{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaIotSubscriptionBody",
	"title": "DcsaIotSubscriptionBody",
	"description": "IoT subscription filters.\n\nSource: `iotSubscriptionBody` schema in the DCSA Event Domain (v3.1.0).",
	"type": "object",
	"properties": {
		"iotEventTypeCodes": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/dcsa/DcsaIotEventTypeCodes"
			},
			"description": "IoT event type codes to filter by."
		},
		"carrierBookingReference": {
			"type": "string",
			"description": "Carrier booking reference to filter by."
		},
		"equipmentReference": {
			"type": "string",
			"description": "Equipment reference to filter by."
		}
	}
}
