{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "general": { "type": "array", "items": { "type": "string" } }, "nation": { "type": "array", "items": { "type": "string" } } }, "required": [ "general", "nation" ], "additionalProperties": false }