push_data_contract_manifest

package
v0.0.31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTool

func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output]

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL