Files
libopenapi/test_specs/nullable-examples.openapi.yaml
2024-07-08 10:13:49 -04:00

14 lines
270 B
YAML

openapi: 3.1.0
components:
schemas:
Thing:
type: object
description: A nullable example.
properties:
target:
nullable: true
type: string
enum:
- staging
- production
example: