{ "type": "object", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "": { "type": "array", "description": "", "items": { "type": "", "enum": [ "// provide your possible options here..." ] } } } }