mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
14 lines
270 B
YAML
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: |