SchemaVersionProperties interface
Defines the schema version properties.
Properties
| description | Human-readable description of the schema. |
| hash | Hash of the schema content. |
| provisioning |
Provisioning state of the resource. |
| schema |
Schema content. |
| uuid | Globally unique, immutable, non-reusable id. |
Property Details
description
Human-readable description of the schema.
description?: string
Property Value
string
hash
Hash of the schema content.
hash?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
schemaContent
Schema content.
schemaContent: string
Property Value
string
uuid
Globally unique, immutable, non-reusable id.
uuid?: string
Property Value
string