{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/gs1-epcis/EpcisQueryResultsBody",
	"title": "EpcisQueryResultsBody",
	"description": "EPCIS 2.0 QueryResultsBody containing events and optional master data.",
	"type": "object",
	"properties": {
		"eventList": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/gs1-epcis/EpcisEvents"
			},
			"description": "The list of events."
		},
		"vocabularyList": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/gs1-epcis/EpcisVocabulary"
			},
			"description": "Optional master data."
		}
	},
	"required": ["eventList"]
}
