{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "allOf": [
    {
      "$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.json"
    },
    {
      "properties": {
        "features": {
          "items": {
            "$ref": "https://ogcincubator.github.io/bblocks-focal/build/annotated/focal/forestStandFeature/schema.json"
          }
        }
      }
    }
  ]
}