terriajs
Version:
Geospatial data visualization platform.
27 lines • 509 B
JSON
{
"type": "object",
"properties": {
"type": {
"options": {
"hidden": true
},
"type": "string",
"enum": [
"wps-result"
]
}
},
"description": "A catalog item representing the result of invoking a web processing service (WPS).",
"title": "Web Processing Service Result",
"allOf": [
{
"$ref": "CatalogItem.json"
},
{
"$ref": "CatalogMember.json"
},
{
"$ref": "WebProcessingServiceCatalogItem.json"
}
]
}