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