{ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "production": { "type": "number" }, "food": { "type": "number" }, "gold": { "type": "number" }, "science": { "type": "number" }, "culture": { "type": "number" }, "happiness": { "type": "number" }, "faith": { "type": "number" } }, "additionalProperties": false }