terriajs
Version:
Geospatial data visualization platform.
27 lines • 610 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"esri-featureServer-group"
]
}
},
"description": "A CatalogGroup representing a collection of layers from an ArcGIS Feature Service.\rEg. https://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/FeatureServer",
"title": "ArcGIS Feature Server Group",
"allOf": [
{
"$ref": "CatalogGroup.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "ArcGisFeatureServerCatalogGroup.json"
}
]
}