# Functions
NewAttributeReferenceTypeGroupsItemAttributesItem returns new TypeGroupsItemAttributesItem from AttributeReference.
NewAttributeTypeGroupsItemAttributesItem returns new TypeGroupsItemAttributesItem from Attribute.
NewBoolExampleValue returns new ExampleValue from bool.
NewEnumAttributeType returns new AttributeType from Enum.
NewExampleValueArrayExamples returns new Examples from []ExampleValue.
NewExampleValueExamples returns new Examples from ExampleValue.
NewFloat64ExampleValue returns new ExampleValue from float64.
NewIntEnumMembersItemValue returns new EnumMembersItemValue from int.
NewOptBool returns new OptBool with value set to v.
NewOptExamples returns new OptExamples with value set to v.
NewOptRequirementLevel returns new OptRequirementLevel with value set to v.
NewOptString returns new OptString with value set to v.
NewRequirementLevel1RequirementLevel returns new RequirementLevel from RequirementLevel1.
NewStringAttributeType returns new AttributeType from string.
NewStringEnumMembersItemValue returns new EnumMembersItemValue from string.
NewStringExampleValue returns new ExampleValue from string.
NewStringRequirementLevel returns new RequirementLevel from string.
NewTable creates a new table with normalized column names.
# Constants
Possible values for TypeGroupsItemAttributesItemType.
Possible values for TypeGroupsItemAttributesItemType.
Possible values for ExampleValueType.
Possible values for AttributeTypeType.
Possible values for ExamplesType.
Possible values for ExamplesType.
Possible values for ExampleValueType.
Possible values for EnumMembersItemValueType.
Possible values for RequirementLevelType.
Possible values for AttributeTypeType.
Possible values for EnumMembersItemValueType.
Possible values for ExampleValueType.
Possible values for RequirementLevelType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Ref: #/$defs/attribute.
AttributeColumn is a column with a normalized name.
AttributeInfo describes a column.
Ref: #/$defs/attributeReference.
AttributeType represents sum type.
Ref: #/$defs/enum.
No description provided by the author
EnumMembersItemValue represents sum type.
Ref: #/$defs/examples Examples represents sum type.
Ref: #/$defs/exampleValue ExampleValue represents sum type.
OptBool is optional bool.
OptExamples is optional Examples.
OptRequirementLevel is optional RequirementLevel.
OptString is optional string.
Ref: #/$defs/requirementLevel RequirementLevel represents sum type.
Table is a table with normalized column names.
No description provided by the author
TypedColumn is a column that can append values of a given type.
No description provided by the author
TypeGroupsItemAttributesItem represents sum type.
# Interfaces
Appendable is a column that can append values.
AppendableColumn is a column that can append values.
# Type aliases
AttributeTypeType is oneOf type of AttributeType.
EnumMembersItemValueType is oneOf type of EnumMembersItemValue.
ExamplesType is oneOf type of Examples.
ExampleValueType is oneOf type of ExampleValue.
No description provided by the author
RequirementLevelType is oneOf type of RequirementLevel.
TypeGroupsItemAttributesItemType is oneOf type of TypeGroupsItemAttributesItem.
No description provided by the author