Hi I am learning JSON schema, I am having a doubt regarding format keyword by this http://json-schema.org/latest/json-schema-validation.html#rfc.section.7.3 there are some predefined format types and we can also add some custom formats. My doubt is how to add those custom formats and validate it using any JSON schema validation tools
thanks Lakshmanan