Sha256: c2e2eccf79e00ec117238ef853360e3455fe30d2f3215c8c4886fdeabd0ae60b

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

---
title: DataSchema
---
## PureCloud::DataSchema

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** |  | [optional] |
| **version** | **Integer** | The schema's version, a positive integer. Required for updates. | |
| **applies_to** | **Array<String>** | The PureCloud data this schema extends. | [optional] |
| **enabled** | **BOOLEAN** | The schema's current enabled/disabled status. A disabled schema cannot be assigned to any other objects, but the data on those objects from the schemas still exists | [optional] |
| **deleted** | **BOOLEAN** | The schema's deleted status. A deleted schema can not be used by any records or updated. All records using a deleted schema will eventually have their schema-based data removed. | [optional] |
| **created_by** | [**UriReference**](UriReference.html) | The user that created this schema. | [optional] |
| **date_created** | **DateTime** | The date and time this schema was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **json_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | The JSON schema defining the data extension. | |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
purecloudplatformclientv2-58.0.1 docs/DataSchema.md
purecloudplatformclientv2-58.0.0 docs/DataSchema.md