{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Schema for OGCAPI records profile for GeoDCAT + PROV",
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/geodcat-ogcapi-records/build/annotated/geo/geodcat/geodcat-records/schema.json"
    },
    {
      "$ref": "https://ogcincubator.github.io/bblock-prov-schema/build/annotated/ogc-utils/prov/schema.json#/$defs/Entity"
    }
  ]
}