{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://specifications.openehr.org/releases/ITS-JSON/latest/components/RM/Release-1.1.0/Ehr_extract/EXTRACT_MANIFEST.json",
    "definitions": {
        "EXTRACT_MANIFEST": {
            "type": "object",
            "required": [
            ],
            "properties": {
                "entities": {
                    "type": "array",
                    "items": {
                        "$ref": "https://specifications.openehr.org/releases/ITS-JSON/latest/components/RM/Release-1.1.0/Ehr_extract/EXTRACT_ENTITY_MANIFEST.json#/definitions/EXTRACT_ENTITY_MANIFEST"
                    },
                    "minItems": 1
                },
                "_type": {
                    "type": "string",
                    "const": "EXTRACT_MANIFEST"
                }
            },
            "additionalProperties": false
        }
    }
}