ledergec / rapidschema

Abstraction Layer on Top of Rapidjson which allows easy and efficient Json Schema Parsing
Other
3 stars 0 forks source link

Allow Generation of Cyclic Schemas #30

Open ledergec opened 5 years ago

ledergec commented 5 years ago

For this its necessary to break the cycle using $id and $ref. There needs to be a concept for how this is exactly done since the user needs to be able to control where the cycle is broken.

This feature would allow to generate a schema for json schemas - which would be cool.