{
  "type": "object",
  "required": [
    "conformsTo"
  ],
  "properties": {
    "conformsTo": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core"
      }
    }
  }
}