UNPKG

@magda/registry-aspects

Version:

Common aspects for use with the registry.

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