{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "roles": { "type": "array", "items": { "anyOf": [ { "type": "string" }, { "enum": [ "''", "'DHCP'", "'DNS'", "'VPN'", "'Firewall'", "'Router'" ]} ] } } } }