OptionalcontentContent media type restriction.
For multiple media types, use oneOf with separate string schemas per
contentMediaType value. Never use an array here.
OptionalformatFormat restriction.
OptionalmaxOptionalminOptionalpatternPattern restriction.
Discriminator value. MUST be a single string, NEVER an array.
For nullable types, use IOneOf instead: { oneOf: [{ type: "string" }, { type: "null" }] }
String type info.