{
  "$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://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/extensions/accuracy/schema.json"
    },
    {
      "anyOf": [
        {
          "$ref": "https://ogcincubator.github.io/geodcat-ogcapi-records/build/annotated/geo/geodcat/stac/geodcat-stac-item/schema.json"
        },
        {
          "$ref": "https://ogcincubator.github.io/geodcat-ogcapi-records/build/annotated/geo/geodcat/stac/geodcat-stac-collection/schema.json"
        }
      ]
    }
  ],
  "x-jsonld-prefixes": {
    "dqm": "https://standards.isotc211.org/19157/-3/1/dqc/content/qualityMeasure/",
    "dqv": "http://dqv.org/tdb#",
    "accuracy": "https://w3id.org/ogc/stac/extension/accuracy/"
  }
}