{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-chile/main/json-structure/university-of-chile-dataset-structure.json", "name": "Dataset", "description": "JSON Structure for a University of Chile Dataverse dataset, derived from the live OpenAPI Dataset schema (Dataverse 5.13).", "type": "object", "properties": { "id": { "type": "int64", "description": "Internal numeric identifier." }, "identifier": { "type": "string", "description": "Persistent identifier suffix." }, "protocol": { "type": "string", "description": "Persistent identifier protocol (e.g. doi)." }, "authority": { "type": "string", "description": "Persistent identifier authority." }, "identifierRegistered": { "type": "boolean", "description": "Whether the global ID is registered." }, "publicationDate": { "type": "string", "format": "date-time", "description": "Publication date." }, "createDate": { "type": "string", "format": "date-time", "description": "Creation date." }, "modificationTime": { "type": "string", "format": "date-time", "description": "Last modification time." }, "storageIdentifier": { "type": "string", "description": "Storage location identifier." }, "metadataLanguage": { "type": "string", "description": "Metadata language." }, "fileAccessRequest": { "type": "boolean", "description": "Whether file access requests are enabled." }, "files": { "type": "array", "items": { "type": "object" }, "description": "Files in the dataset." }, "versions": { "type": "array", "items": { "type": "object" }, "description": "Dataset versions." } }, "required": ["id", "identifier", "protocol", "authority"] }