University of Cape Town · Schema
DataFirst Study Data File
One data file belonging to a study in the DataFirst NADA microdata catalog, as returned by GET /catalog/data_files/{idno}. Field set observed live on 2026-08-30.
UniversityHigher EducationEducationPublic Research UniversitySouth AfricaAfricaResearch DataOpen DataInstitutional RepositoryOAI-PMHIdentity FederationMicrodataResearch Computing
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Internal data file identifier. |
| sid | integer | Internal id of the owning study. |
| file_id | string | File id within the study (F1, F3, F4 ...). |
| file_name | string | Name of the data file. |
| description | stringnull | Free-text description of the file. |
| case_count | integernull | Number of cases (rows) in the file. |
| var_count | integernull | Number of variables (columns) in the file. |
| producer | stringnull | |
| data_checks | stringnull | |
| missing_data | stringnull | |
| version | stringnull | |
| notes | stringnull | |
| metadata | objectnull | Nested DDI file description, when present. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-cape-town/main/json-schema/university-of-cape-town-datafile-schema.json",
"title": "DataFirst Study Data File",
"description": "One data file belonging to a study in the DataFirst NADA microdata catalog, as returned by GET /catalog/data_files/{idno}. Field set observed live on 2026-08-30.",
"type": "object",
"required": ["id", "sid", "file_id", "file_name"],
"properties": {
"id": { "type": "integer", "description": "Internal data file identifier.", "examples": [7911] },
"sid": { "type": "integer", "description": "Internal id of the owning study.", "examples": [890] },
"file_id": { "type": "string", "description": "File id within the study (F1, F3, F4 ...).", "examples": ["F3"] },
"file_name": { "type": "string", "description": "Name of the data file.", "examples": ["incidence_Karonga"] },
"description": { "type": ["string", "null"], "description": "Free-text description of the file." },
"case_count": { "type": ["integer", "null"], "description": "Number of cases (rows) in the file.", "examples": [25136] },
"var_count": { "type": ["integer", "null"], "description": "Number of variables (columns) in the file.", "examples": [12] },
"producer": { "type": ["string", "null"] },
"data_checks": { "type": ["string", "null"] },
"missing_data": { "type": ["string", "null"] },
"version": { "type": ["string", "null"] },
"notes": { "type": ["string", "null"] },
"metadata": { "type": ["object", "null"], "description": "Nested DDI file description, when present." }
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-cape-town-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.