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