"description": "Contains a representation of the items",\n
"description": "Contains a representation of the items",\n
"type": "array",\n
"type": "array",\n
"items": {\n
"items": {\n
"anyOf": [\n
{\n
"type": "object",\n
"type": "object",\n
"title": "Item",\n
"title": "Software Instance",\n
"properties": {\n
"properties": {\n
"reference": {\n
"reference": {\n
"title": "Software Instance Reference",\n
"title": "Software Instance Reference",\n
...
@@ -74,6 +76,34 @@
...
@@ -74,6 +76,34 @@
"type": "string"\n
"type": "string"\n
}\n
}\n
}\n
}\n
},\n
{\n
"type": "object",\n
"title": "Shared Instance",\n
"properties": {\n
"reference": {\n
"title": "Software Instance Reference",\n
"description": "Unique identifier of the Software Instance",\n
"type": "string"\n
},\n
"title": {\n
"title": "Unique Title of the Instance",\n
"type": "string"\n
},\n
"state": {\n
"title": "Requested State",\n
"type": "string",\n
"enum": ["started", "stopped", "destroyed"],\n
"description": "State of the requested instance. It is functionnal when started. In stopped state, all services are stopped. If destroyed, it will remove the instance."\n