SchemaProperties interface
Defines the schema properties.
Properties
| description | Human-readable description of the schema. |
| display |
Human-readable display name. |
| format | Format of the schema. |
| provisioning |
Provisioning state of the resource. |
| schema |
Type of the schema. |
| tags | Schema tags. |
| uuid | Globally unique, immutable, non-reusable id. |
Property Details
description
Human-readable description of the schema.
description?: string
Property Value
string
displayName
Human-readable display name.
displayName?: string
Property Value
string
format
Format of the schema.
format: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
schemaType
Type of the schema.
schemaType: string
Property Value
string
tags
Schema tags.
tags?: Record<string, string>
Property Value
Record<string, string>
uuid
Globally unique, immutable, non-reusable id.
uuid?: string
Property Value
string