Description Usage Arguments Value See Also Examples
Add a string format to an Ajv instance.
| 1 | ajv.addFormat(this, key, format)
 | 
| this | An AJV instance, provided implicitly when called via  | 
| key | String; the name with format to add. | 
| format | the format to be added.  Note that JavaScript object literals
should be enclosed in a call to  | 
invisible(NULL)
Other AJV.Instance.Methods: ajv.addKeyword,
ajv.addSchema,
ajv.errorsText, ajv.keyword,
ajv.removeSchema,
ajv.validateSchema,
ajv.validate
| 1 2 3 4 5 | ## Not run: 
my_ajv_instance = Ajv()
my_ajv_instance$keyword(key,object)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.