{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://test.developer.iata.org/baggage/alpha/iata-baggage-uld-allocation-instruction.v1.0.0-alpha.3.json",
	"title": "uld allocation instruction",
	"description": "ULD Allocation Instruction message",
	"type": "object",
	"required": [
		"data",
		"meta"
	],
	"properties": {
		"data": {
			"title": "data",
			"description": "An allocation of a ULD to a specific set of legs and a load position in vehicle performing the legs",
			"$ref": "https://test.developer.iata.org/baggage/alpha/iata-baggage-library.v1.0.0-alpha.3.json#/$defs/InstructionForUldAllocation"
		},
		"meta": {
			"title": "metadata",
			"type": "object",
			"required": [
				"schema"
			],
			"properties": {
				"schema": {
					"type": "string",
					"const": "https://test.developer.iata.org/baggage/alpha/iata-baggage-uld-allocation-instruction.v1.0.0-alpha.3.json"
				}
			},
			"additionalProperties": true
		},
		"digitalSignature":{
			"$ref": "https://test.developer.iata.org/baggage/alpha/iata-message-digital-signature.v1.0.0-alpha.3.json"
		}
	},
	"additionalProperties": false
}