Version: 1.0.0
Type Unions (OpenAPI 3.1)
Demonstrates OpenAPI 3.1 / JSON Schema 2020-12 array-form type
(e.g. ["string", "null"]) in the Schema tab.
The Schema tab should render unions joined with | (e.g. string | null),
unwrap single-element arrays to the bare type, and parenthesize unions when
combined with format (e.g. (string | null)<uuid>).
Tracks: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/950
Create user with nullable fields
Exercises array-form `type` on top-level and nested schema properties,
Echo inline union schemas
Inline schemas (no `$ref`) that exercise each union variant directly.