diff --git a/docs/Modders/schemas/stats.json b/docs/Modders/schemas/stats.json new file mode 100644 index 0000000000..7fe07273fc --- /dev/null +++ b/docs/Modders/schemas/stats.json @@ -0,0 +1,14 @@ +{ + "$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 +}