terriajs
Version:
Geospatial data visualization platform.
27 lines • 501 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"csw"
]
}
},
"description": "A CatalogGroup representing a collection of datasets queried from an OGC Catalog Service (CSW) server.",
"title": "Catalogue Service (CSW)",
"allOf": [
{
"$ref": "CatalogGroup.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "CswCatalogGroup.json"
}
]
}