Skip to content

Instantly share code, notes, and snippets.

@Stephen-Gates
Last active February 20, 2016 10:34
Show Gist options
  • Select an option

  • Save Stephen-Gates/e4a98adacaf54854f1d3 to your computer and use it in GitHub Desktop.

Select an option

Save Stephen-Gates/e4a98adacaf54854f1d3 to your computer and use it in GitHub Desktop.

Revisions

  1. Stephen-Gates revised this gist Feb 20, 2016. 1 changed file with 9 additions and 12 deletions.
    21 changes: 9 additions & 12 deletions JSON Table Schema for Mobile Phone file
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,12 @@
    {
    "fields": [
    {
    "name": "Mobile",
    "title": "Australian Mobile Phone Number",
    "constraints": {
    "required": false,
    "pattern": "^04[0-9]{8}"
    }
    }



    ]
    {
    "name": "Mobile",
    "title": "Australian Mobile Phone Number",
    "constraints": {
    "required": false,
    "pattern": "^04[0-9]{8}"
    }
    }
    ]
    }
  2. Stephen-Gates created this gist Feb 20, 2016.
    15 changes: 15 additions & 0 deletions JSON Table Schema for Mobile Phone file
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "fields": [
    {
    "name": "Mobile",
    "title": "Australian Mobile Phone Number",
    "constraints": {
    "required": false,
    "pattern": "^04[0-9]{8}"
    }
    }



    ]
    }