{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": true,
    "description": "Version v7",
    "properties": {
        "status": {
            "$ref": "/resources/schema/services/v1/ServiceStatus.json"
        },
        "response": {
            "items": {
                "type": "string"
            },
            "type": "array"
        }
    },
    "required": [
        "status"
    ],
    "title": "BatchResponse",
    "type": "object"
}