{
  "$comment": "Adapted from https://github.com/opengeospatial/ogcapi-records/raw/master/core/openapi/schemas/landingPage.yaml",
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-features/build/annotated/api/features/v1/schemas/landingPage/schema.json"
    },
    {
      "type": "object",
      "properties": {
        "linkTemplates": {
          "type": "array",
          "items": {
            "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/landingPage/schema.json"
          }
        }
      }
    }
  ]
}