This object represents a schema to describe a JSON payload
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| status | Integer | Status of the object either 1 = active or 0 = deleted |
| name | String | Unique name of the object |
| source | Backend_SchemaSource | The TypeSchema specification to describe a JSON payload |
| metadata | Common_Metadata | Use this parameter to attach key-value data |