UNPKG

@magda/registry-aspects

Version:

Common aspects for use with the registry.

13 lines (12 loc) 385 B
{ "$schema": "http://json-schema.org/schema#", "title": "CSW Dataset Aspect", "description": "Aspect capturing a complete representation of a dataset according to a CSW server", "type": "object", "properties": { "xml": { "title": "The XML description of this dataset, according to the CSW server", "type": "string" } } }