Change-Id: Ie776c8e8d337ea156365f52fbad34c44aa885d2a
Signed-off-by: Alberto Losada <alosadag@redhat.com>
"capacity": {
"type": "string"
},
- "profileSupportList": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"oCloudId": {
"type": "string"
},
"type": "string"
},
"extensions": {
- "type": "null",
- "default": ""
+ "type": [
+ "null",
+ "object"
+ ],
+ "default": null
}
},
"required": [
"deploymentManagerId",
"description",
"name",
- "profileSupportList",
"oCloudId",
"serviceUri"
]
}
-}
\ No newline at end of file
+}