{
    "$schema": "http://json-schema.org/hyper-schema#",
    "title": "Dataset Distributions Aspect",
    "description": "Specifies the list of distributions of a dataset.",
    "type": "object",
    "properties": {
        "distributions": {
            "title": "The distributions of this dataset.",
            "type": "array",
            "items": {
                "title": "A ID of a distribution of this dataset.",
                "type": "string",
                "links": [
                    {
                        "href": "/api/v0/registry/records/{$}",
                        "rel": "item"
                    }
                ]
            }
        }
    }
}
