{
  "type": "object",
  "required": [
    "conformsTo"
  ],
  "properties": {
    "conformsTo": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core"
      },
      "x-jsonld-id": "http://purl.org/dc/terms/conformsTo",
      "x-jsonld-type": "@id",
      "x-jsonld-container": "@set"
    }
  },
  "x-jsonld-prefixes": {
    "dct": "http://purl.org/dc/terms/"
  }
}