Revision 216:72a3b8faba89 json/schema/loadresponse.json

View differences:

json/schema/loadresponse.json
15 15
	},
16 16
        "programParameters": {
17 17
            "type": "object",
18
            "patternProperties": {
19
		"^[a-zA-Z0-9_-]+$": {
20
	            "type": "object",
21
	            "patternProperties": {
22
		        "^[a-zA-Z0-9_-]+$": {
23
		            "type": "number"
24
		        }
18
            "additionalProperties": {
19
	        "type": "object",
20
	        "patternProperties": {
21
		    "^[a-zA-Z0-9_-]+$": {
22
		        "type": "number"
25 23
                    }
26
                }
24
                },
25
                "additionalProperties": false
27 26
            }
28 27
        }
29 28
    },

Also available in: Unified diff