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

Update JSON-schema.json

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