list_context_specifications

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 ContextSpecSummary

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

type Input

type Input struct {
	AssetId           string `` /* 226-byte string literal not displayed */
	AssetTypePublicId string `` /* 221-byte string literal not displayed */
	Offset            int    `json:"offset,omitempty" jsonschema:"Optional. Index of the first result to retrieve. Default: 0."`
	Limit             int    `json:"limit,omitempty" jsonschema:"Optional. Maximum number of results to retrieve. Default: 50. Maximum: 1000."`
}

type Output

type Output struct {
	Total   int                  `json:"total" jsonschema:"Total number of Context Specifications matching the query"`
	Results []ContextSpecSummary `json:"results" jsonschema:"The list of matching Context Specifications"`
}

Jump to

Keyboard shortcuts

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