Dataverse Collection

A dataverse (collection container) as represented by the University of Chile Dataverse API. Properties reflect the Dataverse schema published in the deployment's live OpenAPI document (Dataverse 5.13).

EducationHigher EducationUniversityResearch DataOpen DataRepositoryOAI-PMHDataverseChile

Properties

Name Type Description
id number Internal numeric identifier of the dataverse.
name string Display name of the dataverse.
alias string Short URL-safe alias (e.g. FCA).
description string Description of the dataverse.
affiliation string Affiliated institution or unit.
dataverseType string Type of dataverse (e.g. DEPARTMENT, RESEARCH_PROJECT).
permissionRoot boolean Whether this dataverse is a permission root.
metadataBlockRoot boolean Whether metadata blocks are rooted here.
facetRoot boolean Whether facets are rooted here.
themeRoot boolean Whether the theme is rooted here.
templateRoot boolean Whether templates are rooted here.
guestbookRoot boolean Whether guestbooks are rooted here.
storageDriver string Storage driver in use.
metadataLanguage string Default metadata language.
publicationDate string Publication date of the dataverse.
createDate string Creation date of the dataverse record.
dataverseContacts array Contact entries for the dataverse.
dataverseSubjects array Subject classifications.
View JSON Schema on GitHub

JSON Schema

university-of-chile-dataverse-schema.json Raw ↑
{
  "$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-dataverse-schema.json",
  "title": "Dataverse Collection",
  "description": "A dataverse (collection container) as represented by the University of Chile Dataverse API. Properties reflect the Dataverse schema published in the deployment's live OpenAPI document (Dataverse 5.13).",
  "type": "object",
  "properties": {
    "id": { "type": "number", "description": "Internal numeric identifier of the dataverse." },
    "name": { "type": "string", "description": "Display name of the dataverse." },
    "alias": { "type": "string", "description": "Short URL-safe alias (e.g. FCA)." },
    "description": { "type": "string", "description": "Description of the dataverse." },
    "affiliation": { "type": "string", "description": "Affiliated institution or unit." },
    "dataverseType": { "type": "string", "description": "Type of dataverse (e.g. DEPARTMENT, RESEARCH_PROJECT)." },
    "permissionRoot": { "type": "boolean", "description": "Whether this dataverse is a permission root." },
    "metadataBlockRoot": { "type": "boolean", "description": "Whether metadata blocks are rooted here." },
    "facetRoot": { "type": "boolean", "description": "Whether facets are rooted here." },
    "themeRoot": { "type": "boolean", "description": "Whether the theme is rooted here." },
    "templateRoot": { "type": "boolean", "description": "Whether templates are rooted here." },
    "guestbookRoot": { "type": "boolean", "description": "Whether guestbooks are rooted here." },
    "storageDriver": { "type": "string", "description": "Storage driver in use." },
    "metadataLanguage": { "type": "string", "description": "Default metadata language." },
    "publicationDate": { "type": "string", "format": "date-time", "description": "Publication date of the dataverse." },
    "createDate": { "type": "string", "format": "date-time", "description": "Creation date of the dataverse record." },
    "dataverseContacts": { "type": "array", "description": "Contact entries for the dataverse.", "items": { "type": "object" } },
    "dataverseSubjects": { "type": "array", "description": "Subject classifications.", "items": { "type": "object" } }
  },
  "additionalProperties": true
}

Work with this as data

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-dataverse"
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.