{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalog",
	"title": "DataspaceProtocolCatalog",
	"description": "Catalog compliant with Eclipse Data Space Protocol, requiring a context, id, and participantId.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContextType",
			"description": "The JSON-LD context."
		}
	},
	"required": ["@context"],
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolCatalogBase"
		}
	]
}
