Veeva · Schema
DocumentFields
Document field values (field names end in __v for standard, __c for custom)
Life SciencesPharmaceuticalsClinical TrialsRegulatoryQuality ManagementDocument-ManagementContent ManagementHealthcareSoftware-as-a-ServiceEnterpriseMCPAgents
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| name__v | string | |
| type__v | string | |
| subtype__v | string | |
| classification__v | string | |
| lifecycle__v | string | |
| status__v | string | |
| created_by__v | integer | |
| last_modified_by__v | integer | |
| created_date__v | string | |
| last_modified_date__v | string | |
| major_version_number__v | integer | |
| minor_version_number__v | integer | |
| document_number__v | string | |
| description__v | string | |
| size__v | integer | |
| format__v | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-schema/veeva-vault-document-fields-schema.json",
"title": "DocumentFields",
"description": "Document field values (field names end in __v for standard, __c for custom)",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name__v": {
"type": "string"
},
"type__v": {
"type": "string"
},
"subtype__v": {
"type": "string"
},
"classification__v": {
"type": "string"
},
"lifecycle__v": {
"type": "string"
},
"status__v": {
"type": "string"
},
"created_by__v": {
"type": "integer"
},
"last_modified_by__v": {
"type": "integer"
},
"created_date__v": {
"type": "string",
"format": "date-time"
},
"last_modified_date__v": {
"type": "string",
"format": "date-time"
},
"major_version_number__v": {
"type": "integer"
},
"minor_version_number__v": {
"type": "integer"
},
"document_number__v": {
"type": "string"
},
"description__v": {
"type": "string"
},
"size__v": {
"type": "integer"
},
"format__v": {
"type": "string"
}
},
"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/veeva-vault-document-fields"
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.