{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "control_string_array", "type": "object", "properties": { "constraint_values": { "type": "array", "items": { "type": "string" } }, "default_values": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] } } }