Last active
February 20, 2016 10:34
-
-
Save Stephen-Gates/e4a98adacaf54854f1d3 to your computer and use it in GitHub Desktop.
Testing with CSVLint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "fields": [ | |
| { | |
| "name": "Mobile", | |
| "title": "Australian Mobile Phone Number", | |
| "constraints": { | |
| "required": false, | |
| "pattern": "^04[0-9]{8}" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment