Can't model json schema schemas
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.