veeva · Schema

ObjectRecordResponse

ObjectRecordResponse schema from Veeva Vault REST API

Properties

Name Type Description
responseStatus string
data object
View JSON Schema on GitHub

JSON Schema

veeva-vault-object-record-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veeva/refs/heads/main/json-schema/veeva-vault-object-record-response-schema.json",
  "title": "ObjectRecordResponse",
  "description": "ObjectRecordResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "additionalProperties": true
    }
  }
}