Version: 1.0.0
OneOf Variations API
Demonstrates various oneOf schema combinations.
📄️ oneOf with Primitive Types
Schema:
📄️ oneOf with Primitive Format Types
Primitive types with format should display as `type<format>` (e.g., `string<date-time>`).
📄️ oneOf with Complex Types
Schema:
📄️ oneOf with Nested oneOf
Schema:
📄️ oneOf with Shared Properties
Schema:
📄️ oneOf with Required Properties
Schema:
📄️ oneOf with Properties in Array Item
Schema:
📄️ oneOf with $ref to allOf-composed schemas in requestBody
Reproduces issue #1241: a requestBody schema that is `oneOf` two `$ref`s,