{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.stacspec.org/v1.1.0/item-spec/json-schema/commonjson", "title": "STAC Common Metadata", "type": "object", "description": "This schema includes all common metadata fields.", "allOf": [ { "$ref": "basics.json" }, { "$ref": "bands.json" }, { "$ref": "datetime.json" }, { "$ref": "data-values.json" }, { "$ref": "instrument.json" }, { "$ref": "licensing.json" }, { "$ref": "provider.json" } ] }