dylibso / dylibso/xtp-bindgen

Can't model json schema schemas

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.