Douglas Ramiro
Results
1
issues of
Douglas Ramiro
Hi, Given the following scenario: `var addressSchema = { "id": "/SimpleAddress", "type": "object", "properties": { "city": {"type": "string"}, "country": {"type": "string", "required": true} }, };` and `var schema = {...
enhancement
compliance