{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [ {"$ref": "response.json"}, {
"required": ["plugins"],
"properties": { "plugins": { "type": "array",
"default": [],
"items": { "$ref": "plugin.json" } }
} }
]
}