{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Schema for OGCAPI records profile for GeoDCAT - defines all extra elements defined by GeoDCAT so that the JSON-LD context can map to GeoDCAT RDF",
  "allOf": [
    {
      "$ref": "https://proj.org/en/latest/schemas/v0.2/projjson.schema.json"
    }
  ],
  "x-jsonld-vocab": "https://proj.org/ontology/",
  "x-jsonld-prefixes": {
    "proj": "https://proj.org/ontology/"
  }
}