SchemaType
Defines how to express the nullability of a property.
JsonSchema = 0
Uses oneOf with null schema and null type to express the nullability of a property (valid JSON Schema draft v4).
OpenApi3 = 2
Uses null handling of Open API 3.
Swagger2 = 1
Uses required to express the nullability of a property (not valid in JSON Schema draft v4).