i-Living
Results
1
comments of
i-Living
Faced the same issue. Here is my example: ``` schema: { "type": "object", "required": [ "field2" ], "properties": { "checkbox": { "type": "boolean", "default": false }, "field1": { "type": "string"...