{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateSplitConfigurationRequest", "title": "UpdateSplitConfigurationRequest", "properties": { "description": { "description": "Your description for the split configuration.", "maxLength": 300, "type": "string" } }, "required": [ "description" ], "type": "object" }