{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "STAC Collection V1.0.0",
  "allOf": [
    {
      "$ref": "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json"
    },
    {
      "$ref": "https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/collection/schema.json"
    },
    {
      "type": "object",
      "properties": {
        "links": {
          "type": "array",
          "items": {
            "$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/ogc-utils/json-link/schema.json"
          }
        }
      }
    }
  ]
}