{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schema.twindev.org/w3c-dcat/DcatDistribution",
    "title": "DcatDistribution",
    "description": "Interface for DCAT Distribution.\nA specific representation of a dataset. A dataset might be available in multiple\nserializations that may differ in various ways.",
    "type": "object",
    "properties": {
        "@context": {
            "$ref": "https://schema.twindev.org/w3c-dcat/DcatContextType",
            "description": "The JSON-LD context for the resource."
        }
    },
    "required": [
        "@context"
    ],
    "allOf": [
        {
            "$ref": "https://schema.twindev.org/w3c-dcat/DcatDistributionBase"
        }
    ]
}
