{
    "$schema": "http://json-schema.org/schema#",
    "title": "Dataset Access Instructions",
    "description": "Provides information that users need to access the dataset.",
    "type": "object",
    "properties": {
        "useStorageApi": {
            "title": "Whether Magda storage API should be used to store distribution data file.",
            "type": "boolean"
        },
        "location": {
            "title": "A text string represents the location of the dataset. Could be an URL, URI or a short text location description.",
            "type": "string"
        },
        "notes": {
            "title": "Any access considerations for users, such as permissions or restrictions they should be aware of.",
            "type": "string"
        }
    }
}
