# Structs

BoolRequest is a request for types.Bool schema plan modification.
BoolResponse is a response to a BoolRequest.
DynamicRequest is a request for types.Dynamic schema plan modification.
DynamicResponse is a response to a DynamicRequest.
Float32Request is a request for types.Float32 schema plan modification.
Float32Response is a response to a Float32Request.
Float64Request is a request for types.Float64 schema plan modification.
Float64Response is a response to a Float64Request.
Int32Request is a request for types.Int32 schema plan modification.
Int32Response is a response to an Int32Request.
Int64Request is a request for types.Int64 schema plan modification.
Int64Response is a response to a Int64Request.
ListRequest is a request for types.List schema plan modification.
ListResponse is a response to a ListRequest.
MapRequest is a request for types.Map schema plan modification.
MapResponse is a response to a MapRequest.
NumberRequest is a request for types.Number schema plan modification.
NumberResponse is a response to a NumberRequest.
ObjectRequest is a request for types.Object schema plan modification.
ObjectResponse is a response to a ObjectRequest.
SetRequest is a request for types.Set schema plan modification.
SetResponse is a response to a SetRequest.
StringRequest is a request for types.String schema plan modification.
StringResponse is a response to a StringRequest.

# Interfaces

Bool is a schema plan modifier for types.Bool attributes.
Describer is the common documentation interface for extensible schema plan modifier functionality.
Dynamic is a schema plan modifier for types.Dynamic attributes.
Float32 is a schema plan modifier for types.Float32 attributes.
Float64 is a schema plan modifier for types.Float64 attributes.
Int32 is a schema plan modifier for types.Int32 attributes.
Int64 is a schema plan modifier for types.Int64 attributes.
List is a schema plan modifier for types.List attributes.
Map is a schema plan modifier for types.Map attributes.
Number is a schema plan modifier for types.Number attributes.
Object is a schema plan modifier for types.Object attributes.
Set is a schema plan modifier for types.Set attributes.
String is a schema plan modifier for types.String attributes.