Boolean type info.
Discriminator value. MUST be a single string, NEVER an array.
For nullable types, use IOneOf instead: { oneOf: [{ type: "string" }, { type: "null" }] }
IOneOf
{ oneOf: [{ type: "string" }, { type: "null" }] }
Boolean type info.