json-schema_builder
json-schema_builder copied to clipboard
Build JSON schemas with Ruby
When you have an object and you force `required: false` on at least one attribute, but none are `required : true`, it will still creates a "required" property with an...
Fixes #9 This fixes the endless recursion happening on extending objects with `null: true`. The problem was that, when extending, objects get `reinitialize`d. In the `extract_type` they were then further...
Hi again 😅 today I ran into a problem when using the functionality implemented in #8: If I build a schema by extending an existing object instead of nesting everything...