View Source OpenAPI.Processor.Schema.Field (OpenAPI Generator v0.4.0)
Provides the Field struct that is used by the renderer
This struct is created by the Processor to hold only the data necessary for rendering fields and their types. It has the following fields:
default: Default value for the field, if anyname: Name of the field in its parent schemanullable: Whether the field is defined as nullableprivate: Whether the field was added via theoutput.extra_fieldsconfigurationrequired: Whether the field is marked as required by its parent schematype: Internal representation of the field's type