Dataverse DataFile
A data file within a dataset as represented by the University of Chile Dataverse API. Properties reflect the DataFile schema published in the deployment's live OpenAPI document (Dataverse 5.13).
EducationHigher EducationUniversityResearch DataOpen DataRepositoryOAI-PMHDataverseChile
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-chile/main/json-schema/university-of-chile-datafile-schema.json",
"title": "Dataverse DataFile",
"description": "A data file within a dataset as represented by the University of Chile Dataverse API. Properties reflect the DataFile schema published in the deployment's live OpenAPI document (Dataverse 5.13).",
"type": "object",
"properties": {
"id": { "type": "number", "description": "Internal numeric identifier of the file." },
"contentType": { "type": "string", "description": "MIME content type of the file." },
"filesize": { "type": "number", "description": "Size of the file in bytes." },
"checksumType": { "type": "string", "description": "Checksum algorithm (e.g. MD5, SHA-1)." },
"checksumValue": { "type": "string", "description": "Checksum value for integrity verification." },
"restricted": { "type": "boolean", "description": "Whether the file is access-restricted." },
"deleted": { "type": "boolean", "description": "Whether the file is marked deleted." },
"markedAsDuplicate": { "type": "boolean", "description": "Whether the file is flagged as a duplicate." },
"duplicateFilename": { "type": "string", "description": "Filename of the duplicate, if any." },
"rootDataFileId": { "type": "number", "description": "Root data file id for replaced files." },
"previousDataFileId": { "type": "number", "description": "Previous data file id for replaced files." },
"storageIdentifier": { "type": "string", "description": "Storage location identifier." },
"identifier": { "type": "string", "description": "Persistent identifier suffix for the file, if minted." },
"protocol": { "type": "string", "description": "Persistent identifier protocol." },
"authority": { "type": "string", "description": "Persistent identifier authority." },
"identifierRegistered": { "type": "boolean", "description": "Whether the file global ID is registered." },
"previewImageAvailable": { "type": "boolean", "description": "Whether a preview image is available." },
"publicationDate": { "type": "string", "format": "date-time", "description": "Publication date of the file." },
"createDate": { "type": "string", "format": "date-time", "description": "Creation date of the file record." },
"dataTables": { "type": "array", "description": "Tabular data tables ingested from the file.", "items": { "type": "object" } },
"fileMetadatas": { "type": "array", "description": "Per-version file metadata records.", "items": { "type": "object" } }
},
"additionalProperties": true
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-chile-datafile"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.