"description":"Host entries to be used in addition to and/or overriding auto-generated ones (erp5-catalog-0, erp5-cloudooo, erp5-memcached-persistent, erp5-memcached-volatile and erp5-smtp)",
"description":"Host entries to be used in addition to and/or overriding auto-generated ones (erp5-catalog-0, erp5-memcached-persistent, erp5-memcached-volatile and erp5-smtp)",
"patternProperties":{
"patternProperties":{
".*":{
".*":{
"description":"An IP or domain name to which current entry will resolve",
"description":"An IP or domain name to which current entry will resolve",
...
@@ -294,11 +294,14 @@
...
@@ -294,11 +294,14 @@
],
],
"type":"object"
"type":"object"
},
},
"cloudooo-url":{
"cloudooo-url-list":{
"description":"Format conversion service URL",
"description":"Format conversion service URLs",
"type":"array",
"items":{
"pattern":"^https?://",
"pattern":"^https?://",
"type":"string",
"type":"string",
"format":"uri"
"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",