{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LongviewClientRequest", "title": "LongviewClientRequest", "type": "object", "required": [ "label" ], "properties": { "label": { "type": "string", "minLength": 3, "maxLength": 32, "description": "The label for the Longview client." } } }