summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json')
-rw-r--r--graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json b/graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json
index c3cf642613..abec3ec577 100644
--- a/graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json
+++ b/graphics/asymptote/LspCpp/third_party/rapidjson/bin/unittestschema/address.json
@@ -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]))?)?$",
@@ -132,7 +132,6 @@
"type": "string"
},
"url_type": {
- "pattern": "^\\S*$",
"type": "string"
}
}