{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Adapted from https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/schemas/recordGeoJSON.yaml",
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-features/build/annotated/api/features/v1/schemas/collections/schema.json"
    },
    {
      "type": "object",
      "properties": {
        "features": {
          "type": "array",
          "items": {
            "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/recordGeoJSON/schema.json"
          }
        },
        "linkTemplates": {
          "type": "array",
          "items": {
            "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/linkTemplate/schema.json"
          }
        }
      }
    }
  ]
}