stac-validate 0.6.8

json-schema validation for the Rust implementation of the STAC specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/licensing.json#",
  "title": "Licensing Fields",
  "type": "object",
  "properties": {
    "license": {
      "type": "string",
      "pattern": "^[\\w\\-\\.\\+]+$"
    }
  }
}