{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SCUMAnnouncementPayload", "type": "object", "additionalProperties": false, "required": ["message"], "properties": { "message": { "type": "string", "minLength": 1, "maxLength": 500 } } }