Commit 08895bce authored by Roland's avatar Roland Committed by GitHub

Update JSON-schema.json

parent c30a1407
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
"type": "string" "type": "string"
}, },
"founded_year": { "founded_year": {
"type": "string" "type": "integer"
}, },
"kpi_list": { "kpi_list": {
"type": "array", "type": "array",
...@@ -71,10 +71,10 @@ ...@@ -71,10 +71,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"year": { "year": {
"type": "string" "type": "integer"
}, },
"staff": { "staff": {
"type": "string" "type": "number"
}, },
"earnings": { "earnings": {
"type": "string", "type": "string",
......
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