correct address.json so tests pass

This commit is contained in:
Steve Hanson 2021-07-30 19:33:57 +01:00 committed by Milo Yip
parent ecb8d9e3a0
commit aa1f22251f
1 changed files with 2 additions and 6 deletions

View File

@ -97,11 +97,11 @@
},
"county_type": {
"type": "string",
"enum": ["Sussex", "Surrey", "Kent"]
"enum": ["Sussex", "Surrey", "Kent", "Narnia"]
},
"province_type": {
"type": "string",
"enum": ["Quebec", "BC", "Alberta"]
"enum": ["Quebec", "Narnia", "BC", "Alberta"]
},
"date_type": {
"pattern": "^([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?$",
@ -130,10 +130,6 @@
"phone_type": {
"pattern": "^[0-9]*-[0-9]*",
"type": "string"
},
"url_type": {
"pattern": "^\\S*$",
"type": "string"
}
}
}