get_context_specification

package
v0.0.45 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 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 AssetType

type AssetType struct {
	PublicId string `json:"publicId" jsonschema:"The public ID of the asset type (e.g. 'Table')"`
	Name     string `json:"name,omitempty" jsonschema:"The display name of the asset type"`
}

type Input

type Input struct {
	ContextSpecificationId string `json:"contextSpecificationId" jsonschema:"Required. The UUID of the Context Specification to retrieve."`
}

type Output

type Output struct {
	ID             string    `json:"id" jsonschema:"The UUID of the Context Specification"`
	Name           string    `json:"name" jsonschema:"The display name of the Context Specification"`
	Description    string    `json:"description,omitempty" jsonschema:"Optional description of the Context Specification"`
	AssetType      AssetType `json:"assetType" jsonschema:"The asset type this Context Specification applies to"`
	MappingYaml    string    `` /* 262-byte string literal not displayed */
	CreatedBy      string    `json:"createdBy" jsonschema:"UUID of the user who created this Context Specification"`
	CreatedOn      string    `json:"createdOn" jsonschema:"ISO-8601 timestamp when this Context Specification was created"`
	LastModifiedBy string    `json:"lastModifiedBy" jsonschema:"UUID of the user who last modified this Context Specification"`
	LastModifiedOn string    `json:"lastModifiedOn" jsonschema:"ISO-8601 timestamp of the last modification"`
}

Jump to

Keyboard shortcuts

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