fix: render empty scalar nodes

This commit is contained in:
Thomas Rooney
2024-06-13 12:10:54 +01:00
committed by quobix
parent cbe1201cbd
commit 626bca5ee4
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
openapi: 3.1.0
components:
schemas:
Thing:
type: object
description: A nullable example.
properties:
target:
nullable: true
type: string
enum:
- staging
- production
example: