"description":"Front-end's software type. If this parameter is empty, no front-end instance is requested. Else, sla-dict must specify 'frontend' which is a special value matching all frontends (e.g. {\"instance_guid=bar\": [\"frontend\"]}).",
"description":"Front-end's software type. If this parameter is empty, no front-end instance is requested. Else, sla-dict must specify 'frontend' which is a special value matching all frontends (e.g. {\"instance_guid=bar\": [\"frontend\"]}).",
"default":"",
"default":"",
"type":"string"
"type":"string",
"format":"uri"
},
},
"domain":{
"domain":{
"description":"The domain name to request front-end to respond as.",
"description":"The domain name to request front-end to respond as.",
...
@@ -225,7 +226,8 @@
...
@@ -225,7 +226,8 @@
"cloudooo-url":{
"cloudooo-url":{
"description":"Format conversion service URL",
"description":"Format conversion service URL",
"pattern":"^https?://",
"pattern":"^https?://",
"type":"string"
"type":"string",
"format":"uri"
},
},
"cloudooo-retry-count":{
"cloudooo-retry-count":{
"description":"Define retry count for cloudooo in network error case in test",
"description":"Define retry count for cloudooo in network error case in test",
...
@@ -456,7 +458,8 @@
...
@@ -456,7 +458,8 @@
"caucase-url":{
"caucase-url":{
"title":"Caucase URL",
"title":"Caucase URL",
"description":"URL of caucase service to use. If not set, global setting will be used.",
"description":"URL of caucase service to use. If not set, global setting will be used.",