File: schema_config.yaml

package info (click to toggle)
stac-validator 3.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,280 kB
  • sloc: python: 3,429; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
schemas:
# v1.0.0
  "https://schemas.stacspec.org/v1.0.0/collection-spec/json-schema/collection.json": "local_schemas/v1.0.0/collection.json"
  "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json": "local_schemas/v1.0.0/item.json"
  "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json": "local_schemas/v1.0.0/catalog.json"
  "https://stac-extensions.github.io/eo/v1.0.0/schema.json": "local_schemas/v1.0.0/extensions/eo.json"
  "https://stac-extensions.github.io/projection/v1.0.0/schema.json": "local_schemas/v1.0.0/extensions/projection.json"

# v1.1.0
  "https://schemas.stacspec.org/v1.1.0/collection-spec/json-schema/collection.json": "local_schemas/v1.1.0/collection.json"
  "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/item.json": "local_schemas/v1.1.0/item.json"
  "https://schemas.stacspec.org/v1.1.0/catalog-spec/json-schema/catalog.json": "local_schemas/v1.1.0/catalog.json"