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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript