"description":"How the parameters and results are serialised",
"enum":["xml","json-in-xml"],
"enum":[
"xml",
"json-in-xml"
],
"type":"string"
},
"software-type":{
...
...
@@ -44,7 +47,10 @@
},
"serialisation":{
"description":"How the parameters and results are serialised, if different from global setting, required if global setting is not provided",
"enum":["xml","json-in-xml"],
"enum":[
"xml",
"json-in-xml"
],
"type":"string"
},
"request":{
...
...
@@ -55,11 +61,11 @@
"description":"URL, relative to Software Release base path, of a json schema for values published by instance of current software type",
"type":"string"
},
"software-type":{
"software-type":{
"description":"Value to be used as software type instead of the software type id (in order to use multiple diferent forms for the same software type).",
"type":"string"
},
"shared":{
"shared":{
"description":"Define if the request will request a Slave or Software Instance.",
"description":"How the parameters and results are serialised",
"require":true,
"enum":["xml","json-in-xml"],
"enum":[
"xml",
"json-in-xml"
],
"type":"string"
},
"software-type":{
...
...
@@ -35,7 +38,10 @@
},
"serialisation":{
"description":"How the parameters and results are serialised, if different from global setting",
"enum":["xml","json-in-xml"],
"enum":[
"xml",
"json-in-xml"
],
"type":"string"
},
"request":{
...
...
@@ -48,11 +54,11 @@
"description":"URL, relative to Software Release base path, of a json schema for values published by instance of current software type",
"type":"string"
},
"software-type":{
"software-type":{
"description":"Value to be used as software type instead of the software type id (in order to use multiple diferent forms for the same software type).",
"type":"string"
},
"shared":{
"shared":{
"description":"Define if the request will request a Slave or Software Instance.",