veeva · JSON Structure

Veeva Vault Object Record Response Structure

ObjectRecordResponse schema from Veeva Vault REST API

Type: object Properties: 2

ObjectRecordResponse is a JSON Structure definition published by veeva, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

responseStatus data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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