|
{
|
|
"url": "https://{environment}.{domain}/api/investment-product/v1",
|
|
"description": "Cloud based API behind a gateway",
|
|
"variables": {
|
|
"environment": {
|
|
"default": "nonprod",
|
|
"description": "Non Production server"
|
|
},
|
|
"domain": {
|
|
"default": "example.com"
|
|
}
|
|
}
|
|
} |