# The SystemSchemaInfo object

## Attributes

- `schema` (string)
  Name of the system schema.
- `state` (string)
  The current state of enablement for the system schema. An empty string means the system schema is available and ready for opt-in.
    Possible values: AVAILABLE | ENABLE_INITIALIZED | ENABLE_COMPLETED | DISABLE_INITIALIZED | UNAVAILABLE | MANAGED

## Example

```json
{
  "schema": "string",
  "state": "string"
}
```


