You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
We can detect and cache the url's contents that never changes e.g. from GitHub with commit/ref -- it will speed up working with extensions.
For example camtrapdp:
{ "name": "...", "profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/<version>/camtrap-dp-profile.json", "resources": [ { "name": "deployments", "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/<version>/deployments-table-schema.json" }, { "name": "media", "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/<version>/media-table-schema.json" }, { "name": "observations", "schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/<version>/observations-table-schema.json" } ] }