Revision 206:0a482ae2525f json/schema/extractorstaticdata.json

View differences:

json/schema/extractorstaticdata.json
43 43
	"basicOutputInfo": {
44 44
	    "type": "array",
45 45
	    "items": { "$ref": "http://vamp-plugins.org/piper/json/schema/basic#" }
46
	}
46
	},
47
        "staticOutputInfo": {
48
            "type": "object",
49
            "patternProperties": {
50
                "^[a-zA-Z0-9_-]+$": {
51
                    "$ref": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#"
52
                }
53
            }
54
        }
47 55
    },
48 56
    "required": [ "key", "basic", "version",
49 57
		  "minChannelCount", "maxChannelCount",

Also available in: Unified diff