"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",