{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-dcat/DcatCatalog",
	"title": "DcatCatalog",
	"description": "Interface for DCAT Catalog.\nA curated collection of metadata about resources (datasets and data services).\nNote: dcat:Catalog is a sub-class of dcat:Dataset per the W3C spec.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/w3c-dcat/DcatContextType",
			"description": "The JSON-LD context for the resource."
		}
	},
	"required": ["@context"],
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-dcat/DcatCatalogBase"
		}
	]
}
