-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, I can't do something like this:
components:
schemas:
SchemaType:
type: string
enum:
- object
Schema:
properties:
type:
$ref: '#/components/schemas/SchemaType'
properties:
additionalProperties:
$ref: '#/components/schemas/Property'
required:
type: array
items:
type: string
PropertyType:
type: string
enum:
- string
- number
- boolean
- object
Property:
properties:
type:
$ref: '#/components/schemas/PropertyType'
description:
type: string
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels