Skip to content

Commit

Permalink
Merge pull request #99 from nsip/config_update
Browse files Browse the repository at this point in the history
config updates: #98
  • Loading branch information
matt-farmer authored Sep 8, 2020
2 parents 07a4417 + b1d9f15 commit f882f28
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 471 deletions.
2 changes: 1 addition & 1 deletion app/napval/napval.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ============================================================================

# Baseline year for DOB checks
TestYear = "2019"
TestYear = "2021"

# ValidationRoute = ["schema", "local","schema2", "dob", "id","asl", "psi", "numericvalid"]
ValidationRoute = ["schema", "schema2", "dob", "id","asl", "psi", "numericvalid", "namevalid" ]
Expand Down
2 changes: 1 addition & 1 deletion app/napval/schemas/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"type": "string",
"title": "VisaCode schema.",
"description": "Description",
"enum":["10","20","30","40","41","42","50","51","60","70","100","101","102","103","104","105","106","110","113","114","115","116","117","118","119","120","121","124","125","126","127","128","129","130","131","132","134","135","136","137","138","139","143","150","151","152","154","155","156","157","159","160","161","162","163","164","165","173","175","176","186","187","188","189","190","200","201","202","203","204","205","208","209","210","211","212","213","214","215","216","217","300","302","303","309","310","400","401","402","403","405","406","407","408","410","411","412","413","414","415","416","417","418","419","420","421","422","423","424","425","426","427","428","430","432","435","442","443","444","445","446","447","448","449","450","451","456","457","459","461","462","470","471","475","476","482","485","487","488","489","495","496","497","499","500","560","562","563","570","571","572","573","574","575","576","580","590","600","601","602","651","675","676","679","685","686","695","771","773","785","786","790","800","801","802","804","805","806","808","814","819","820","826","828","831","832","833","834","835","836","837","838","840","841","842","843","844","845","846","850","851","852","855","856","857","858","859","861","862","863","864","866","880","881","882","883","884","885","886","887","888","890","891","892","893","942","944","956","976","977","988","995","998"],
"enum":["10","20","30","40","41","42","50","51","60","70","100","101","102","103","104","105","106","110","113","114","115","116","117","118","119","120","121","124","125","126","127","128","129","130","131","132","134","135","136","137","138","139","143","150","151","152","154","155","156","157","159","160","161","162","163","164","165","173","175","176","186","187","188","189","190","191","200","201","202","203","204","205","208","209","210","211","212","213","214","215","216","217","300","302","303","309","310","400","401","402","403","405","406","407","408","410","411","412","413","414","415","416","417","418","419","420","421","422","423","424","425","426","427","428","430","432","435","442","443","444","445","446","447","448","449","450","451","456","457","459","461","462","470","471","475","476","482","485","487","488","489","491","494","495","496","497","499","500","560","562","563","570","571","572","573","574","575","576","580","590","600","601","602","651","675","676","679","685","686","695","771","773","785","786","790","800","801","802","804","805","806","808","814","819","820","826","828","831","832","833","834","835","836","837","838","840","841","842","843","844","845","846","850","851","852","855","856","857","858","859","861","862","863","864","866","870","880","881","882","883","884","885","886","887","888","890","891","892","893","942","944","956","976","977","988","995","998"],
"name": "VisaCode"
},
"YearLevel": {
Expand Down
Loading

0 comments on commit f882f28

Please sign in to comment.