Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
ManifestID string `` /* 277-byte string literal not displayed */
Manifest string `json:"manifest" jsonschema:"The content of the data contract manifest file"`
Version string `` /* 270-byte string literal not displayed */
Force bool `` /* 316-byte string literal not displayed */
Active bool `` /* 282-byte string literal not displayed */
}
type Output ¶
type Output struct {
ID string `json:"id,omitempty" jsonschema:"The UUID of the data contract asset"`
DomainID string `json:"domainId,omitempty" jsonschema:"The UUID of the domain where the data contract asset is located"`
ManifestID string `json:"manifestId,omitempty" jsonschema:"The unique identifier of the data contract manifest"`
Error string `json:"error,omitempty" jsonschema:"Error message if the manifest could not be uploaded"`
Success bool `json:"success" jsonschema:"Whether the manifest was successfully uploaded"`
}
Click to show internal directories.
Click to hide internal directories.