{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-structure/veeva-vault-document-create-response-structure.json", "name": "DocumentCreateResponse", "description": "DocumentCreateResponse schema from Veeva Vault REST API", "type": "object", "properties": { "responseStatus": { "type": "string" }, "id": { "type": "int32", "description": "New document ID" }, "external_id__v": { "type": "string" }, "major_version_number__v": { "type": "int32" }, "minor_version_number__v": { "type": "int32" } } }