Revision 216:72a3b8faba89

View differences:

json/schema/extractorstaticdata.json
50 50
                "^[a-zA-Z0-9_-]+$": {
51 51
                    "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#"
52 52
                }
53
            }
53
            },
54
            "additionalProperties": false
54 55
        }
55 56
    },
56 57
    "required": [ "key", "basic", "version",
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