2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "description": "Slapos Software Release instantiation descriptor",
4 "additionalProperties": false,
7 "description": "A short human-friendly name for the sofware release",
11 "description": "A short description of the sofware release",
15 "description": "How the parameters and results are serialised",
17 "enum": ["xml", "json-in-xml"],
21 "description": "Existing software types",
23 "patternProperties": {
25 "description": "Software type declaration",
26 "additionalProperties": false,
29 "description": "A human-friendly description of the software type",
33 "description": "How the parameters and results are serialised, if different from global setting",
34 "enum": ["xml", "json-in-xml"],
39 "description": "URL, relative to Software Release base path, of a json schema for values expected by instance of current software type",
44 "description": "URL, relative to Software Release base path, of a json schema for values published by instance of current software type",
48 "description": "Value to use instead of software type id to sort them (in order to display most relevant software types earlier in a list, for example)",