Commit 7bf30744 authored by Roland's avatar Roland Committed by GitHub

Update JSON-schema.json

parent 0c089406
...@@ -37,12 +37,12 @@ ...@@ -37,12 +37,12 @@
}, },
"coordinate_list": { "coordinate_list": {
"description": "Geographical coordinates of the company", "description": "Geographical coordinates of the company",
"type": "number" "type": "array"
} }
} }
}, },
"subsidiary_location_list": { "subsidiary_location_list": {
"type": "string", "type": "array",
"pattern": "^[A-Z]{2}$", "pattern": "^[A-Z]{2}$",
"description": "A valid 2-digit ISO country code (ISO 3166-1 alpha-2)" "description": "A valid 2-digit ISO country code (ISO 3166-1 alpha-2)"
}, },
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"type": "string" "type": "string"
}, },
"founded_year": { "founded_year": {
"type": "integer" "type": "string"
}, },
"KPI": { "KPI": {
"type": "array", "type": "array",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment