University of Chile · JSON Structure

University Of Chile Dataset Structure

JSON Structure for a University of Chile Dataverse dataset, derived from the live OpenAPI Dataset schema (Dataverse 5.13).

Type: object Properties: 13 Required: 4
EducationHigher EducationUniversityResearch DataOpen DataRepositoryOAI-PMHDataverseChile

Dataset is a JSON Structure definition published by University of Chile, describing 13 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id identifier protocol authority identifierRegistered publicationDate createDate modificationTime storageIdentifier metadataLanguage fileAccessRequest files versions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"]
}