Shodhan (Zattoo)
Results
1
issues of
Shodhan (Zattoo)
I have 2 jsonschema files in which one has a reference to another: article.json ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "a.json", "title": "Article", "type": "object", "properties": { "aid": { "type": "integer"...
enhancement