{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/gaia-x-loire/GaiaXDataExchangeComponent",
	"title": "GaiaXDataExchangeComponent",
	"description": "Data Exchange component as defined by Gaia-X\nhttps://docs.gaia-x.eu/ontology/development/classes/DataExchangeComponent",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/gaia-x-loire/GaiaXContextType",
			"description": "The LD Context"
		},
		"type": {
			"anyOf": [
				{
					"const": "DataExchangeComponent"
				},
				{
					"type": "array",
					"prefixItems": [
						{
							"const": "DataExchangeComponent"
						}
					],
					"items": {
						"type": "string"
					},
					"minItems": 1
				}
			],
			"description": "The type of JSON-LD node"
		}
	},
	"required": ["@context", "type"]
}
