{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "STAC Collection V1.0.0",
  "allOf": [
    {
      "$ref": "https://schemas.stacspec.org/v1.1.0/collection-spec/json-schema/collection.json"
    },
    {
      "$ref": "https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/collection/schema.json"
    },
    {
      "type": "object",
      "properties": {
        "stac-version": {
          "title": "STAC version",
          "type": "string",
          "const": "1.1.0"
        }
      },
      "required": [
        "stac_version"
      ]
    }
  ]
}