# Constants
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
AssociatedExternalType type represents a type used by an external API SDK that represents the schema type.
BoolDefault defines a value, or a custom type for a default boolean value.
BoolPlanModifier type defines type and function that provides plan modification functionality.
BoolType is a representation of a boolean.
BoolValidator type defines type and function that provides validation functionality.
CustomDefault defines a custom type for a default schema value.
CustomPlanModifier defines a custom type for a schema plan modifier.
CustomType defines a custom type, and value type for a schema type, and associated value.
CustomValidator defines a custom type for a schema validator.
DynamicDefault defines a default dynamic value.
DynamicPlanModifier type defines type and function that provides plan modification functionality.
DynamicType is a representation of dynamic type.
DynamicValidator type defines type and function that provides validation functionality.
ElementType defines the type within a list, map, or set.
Float64Default defines a value, or a custom type for a default 64-bit floating point value.
Float64PlanModifier type defines type and function that provides plan modification functionality.
Float64Type is a representation of a 64-bit floating point number.
Float64Validator type defines type and function that provides validation functionality.
Int64Default defines a value, or a custom type for a default 64-bit integer value.
Int64PlanModifier type defines type and function that provides plan modification functionality.
Int64Type is a representation of a 64-bit integer.
Int64Validator type defines type and function that provides validation functionality.
ListDefault defines a custom type for a default list value.
ListPlanModifier type defines type and function that provides plan modification functionality.
ListType is a representation of a list.
ListValidator type defines type and function that provides validation functionality.
MapDefault defines a custom type for a default map value.
MapPlanModifier type defines type and function that provides plan modification functionality.
MapType is a representation of a map.
MapValidator type defines type and function that provides validation functionality.
NumberDefault defines a custom type for a default generic number with up to 512 bits of floating point or integer precision.
NumberPlanModifier type defines type and function that provides plan modification functionality.
NumberType is a representation of a generic number with up to 512 bits of floating point or integer precision.
NumberValidator type defines type and function that provides validation functionality.
ObjectAttributeType defines the types within an object.
ObjectDefault defines a custom type for a default object value.
ObjectPlanModifier type defines type and function that provides plan modification functionality.
ObjectType is a representation of an object.
No description provided by the author
ObjectValidator type defines type and function that provides validation functionality.
SetDefault defines a custom type for a default set value.
SetPlanModifier type defines type and function that provides plan modification functionality.
SetType is a representation of a set.
SetValidator type defines type and function that provides validation functionality.
StringDefault defines a value, or a custom type for a default string value.
StringPlanModifier type defines type and function that provides plan modification functionality.
StringType is a representation of a string.
StringValidator type defines type and function that provides validation functionality.
# Type aliases
BoolPlanModifiers type defines BoolPlanModifier types.
BoolValidators type is a slice of BoolValidator.
No description provided by the author
CustomPlanModifiers type is a slice of *CustomPlanModifier.
CustomValidators type is a slice of *CustomValidator.
DynamicPlanModifiers type defines DynamicPlanModifier types.
DynamicValidators type is a slice of DynamicValidator.
Float64PlanModifiers type defines Float64PlanModifier types.
Float64Validators type defines Float64Validator types.
Int64PlanModifiers type defines Int64PlanModifier types.
Int64Validators type defines Int64Validator types.
ListPlanModifiers type defines ListPlanModifier types.
ListValidators type defines ListValidator types.
MapPlanModifiers type defines MapPlanModifier types.
MapValidators type defines MapValidator types.
NumberPlanModifiers type defines NumberPlanModifier types.
NumberValidators type defines NumberValidator types.
ObjectAttributeTypes type defines ObjectAttributeType types.
ObjectPlanModifiers type defines ObjectPlanModifier types.
ObjectValidators type defines ObjectValidator types.
No description provided by the author
SetPlanModifiers type defines SetPlanModifier types.
SetValidators type defines SetValidator types.
StringPlanModifiers type defines StringPlanModifier types.
StringValidators type defines StringValidator types.