$schema: https://json-schema.org/draft/2020-12/schema
title: Electro-Optical Extension
description: STAC Electro-Optical Extension for STAC Items and STAC Collections.
allOf:
- anyOf:
  - $ref: https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/collection/schema.yaml
  - $ref: https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/item/schema.yaml
- $ref: https://stac-extensions.github.io/eo/v2.0.0/schema.json
x-jsonld-extra-terms:
  eo:bands:
    x-jsonld-id: https://w3id.org/ogc/stac/eo/bands
    x-jsonld-context:
      '@vocab': https://w3id.org/ogc/stac/eo/
x-jsonld-prefixes:
  eo: https://w3id.org/ogc/stac/eo/
