veeva · JSON Structure

Veeva Vault Object List Response Structure

ObjectListResponse schema from Veeva Vault REST API

Type: object Properties: 4

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

Properties

responseStatus data size start

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-list-response-structure.json",
  "name": "ObjectListResponse",
  "description": "ObjectListResponse schema from Veeva Vault REST API",
  "type": "object",
  "properties": {
    "responseStatus": {
      "type": "string"
    },
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "size": {
      "type": "int32"
    },
    "start": {
      "type": "int32"
    }
  }
}