Skip to content

Instantly share code, notes, and snippets.

View henriaidasso's full-sized avatar

henriaidasso

  • Joined Aug 27, 2025
View GitHub Profile
@henriaidasso
henriaidasso / rdps-global-attrs-schema.json
Created September 24, 2025 15:19
Validation schema template for RDPS items
{
"$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": [
{