{
    "$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"
        }
    }
}
