palwe-prafulla
palwe-prafulla
The json schema type string supports different format using the keyword format. https://json-schema.org/understanding-json-schema/reference/string.html#format I see that the current code only defines few formats and may be related validators for those:...
I have a definitions written in json schema like below: ``` // defs for an array of items which can contain either ipv4 address or domain name or mix "listOfIpv4OrDomainNameAddressesDef":...
Hi, I am using schema validator version 1.0.57 and realised that schema validation for readOnly doesnt work or not implemented ion this version. I am using json schema with few...