{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://arlula.com/json-structure/dataset.json", "name": "Dataset", "description": "A dataset produced from a campaign containing downloadable resources.", "type": "object", "members": { "datasetId": { "type": "string", "description": "Dataset identifier." }, "campaignId": { "type": "string", "description": "Parent campaign identifier." }, "status": { "type": "string", "description": "Dataset status." }, "resources": { "type": "array", "items": { "type": "Resource" } } } }