Unciv/docs/Modders/schemas/stats.json

15 lines
427 B
JSON
Raw Normal View History

2023-09-22 03:37:34 +07:00
{
"$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
}