{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "usergroups": { "type": "array", "items": { "type": "object", "properties": { "name": { "oneOf": [ {"type": "string"}, {"enum": [ "''" ]} ] } } } } } }