| Name | Type | Description | Notes |
|---|---|---|---|
| Schema | string | JSON schema version identifier | [optional] [readonly] |
| ErrorMessage | Object | A collection of error messages for individual properties in the schema. Okta implements a subset of ajv-errors. | [optional] |
| Id | string | URI of log stream schema | [optional] [readonly] |
| OneOf | List<UserSchemaAttributeEnum> | Non-empty array of valid JSON schemas. Okta only supports `oneOf` for specifying display names for an `enum`. Each schema has the following format: ``` { "const": "enumValue", "title": "display name" } ``` | [optional] |
| Pattern | string | For `string` log stream schema property type, specifies the regular expression used to validate the property | [optional] |
| Properties | Object | log stream schema properties object | [optional] |
| Required | List<string> | Required properties for this log stream schema object | [optional] |
| Title | string | Name of the log streaming integration | [optional] |
| Type | string | Type of log stream schema property | [optional] [readonly] |
| Links | LinksSelf | [optional] |