Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
GovernedAssetID string `` /* 254-byte string literal not displayed */
Manifest string `` /* 202-byte string literal not displayed */
ManifestID string `` /* 383-byte string literal not displayed */
Version string `` /* 329-byte string literal not displayed */
Name string `` /* 338-byte string literal not displayed */
DomainID string `` /* 243-byte string literal not displayed */
}
type Output ¶
type Output struct {
ID string `json:"id,omitempty" jsonschema:"The UUID of the data contract asset that was created or initialized"`
Name string `json:"name,omitempty" jsonschema:"The name of the data contract asset"`
ManifestID string `json:"manifestId,omitempty" jsonschema:"The unique identifier of the data contract manifest"`
DomainName string `json:"domainName,omitempty" jsonschema:"The name of the domain where the data contract asset is located"`
DomainID string `json:"domainId,omitempty" jsonschema:"The UUID of the domain where the data contract asset is located"`
ActiveVersion string `json:"activeVersion,omitempty" jsonschema:"The version value of the currently active data contract manifest"`
Format string `` /* 134-byte string literal not displayed */
Error string `json:"error,omitempty" jsonschema:"Error message if the data contract could not be initialized"`
Success bool `json:"success" jsonschema:"Whether the data contract was successfully initialized"`
}
Click to show internal directories.
Click to hide internal directories.