This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "https://raw.githubusercontent.com/dchandan/stac-extension-rdps/v1.0.0/json-schema/schema.json#", | |
"title": "RDPS Extension", | |
"description": "STAC RDPS Extension for STAC Items and STAC Collections.", | |
"oneOf": [ | |
{ | |
"$comment": "This is the schema for STAC Items. Remove this object if this extension only applies to Collections.", | |
"allOf": [ | |
{ |