Savas Parastatidis
Savas Parastatidis
## What did you do I have two simple schemas: `foo` and `bar`. `foo` references `bar` via a property called `bar`. There is a `$ref` in the declaration of that...
Hi all, I encountered an issue when trying to generate documentation from a set of schemas that contain a circular reference. ```json { "$id": "https://example.org/foo", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties":...
I tried to simplify the schema. There is probably a simpler version of the following schema to illustrate the problem. The following schema is valid. It declares a property named...