Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.