Commit 80d56038 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos_jio_api_style: Remove id option in get Compute Node and Software Installation

parent 6718fd50
...@@ -45,8 +45,6 @@ ...@@ -45,8 +45,6 @@
"title": "Get Compute Node",\n "title": "Get Compute Node",\n
"description": "Data necessary to get Compute Node",\n "description": "Data necessary to get Compute Node",\n
"type": "object",\n "type": "object",\n
"oneOf": [\n
{\n
"properties": {\n "properties": {\n
"compute_node_id": {\n "compute_node_id": {\n
"title": "Compute Node ID",\n "title": "Compute Node ID",\n
...@@ -63,22 +61,7 @@ ...@@ -63,22 +61,7 @@
"compute_node_id",\n "compute_node_id",\n
"portal_type"\n "portal_type"\n
]\n ]\n
},\n }</string> </value>
{\n
"properties": {\n
"id": {\n
"title": "ID",\n
"type": "string",\n
"description": "Unique Id of the object. This ID is defined by KD Portal. It is not editable."\n
}\n
},\n
"required": [\n
"id"\n
]\n
}\n
]\n
}\n
</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
......
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
"title": "Software Installation",\n "title": "Software Installation",\n
"description": "Software Installation",\n "description": "Software Installation",\n
"type": "object",\n "type": "object",\n
"oneOf": [\n
{\n
"properties": {\n "properties": {\n
"software_release_uri": {\n "software_release_uri": {\n
"title": "Software Release URI",\n "title": "Software Release URI",\n
...@@ -66,20 +64,6 @@ ...@@ -66,20 +64,6 @@
"compute_node_id",\n "compute_node_id",\n
"portal_type"\n "portal_type"\n
]\n ]\n
},\n
{\n
"properties": {\n
"id": {\n
"title": "ID",\n
"type": "string",\n
"description": "Unique Id of the object. This ID is defined by KD Portal. It is not editable."\n
}\n
},\n
"required": [\n
"id"\n
]\n
}\n
]\n
}\n }\n
</string> </value> </string> </value>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment