{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "maxItems": 50, "items": { "type": "string", "maxLength": 48, "minLength": 1 } }