Specification
{
"name": String,
"description": String
}
Structure Values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| name | String | Schema name. | Required | |
| description | String | Expanded schema information. | None |
Example
{
"name": "staging_schema",
"description": "Objects in this this schema are staged for production."
}