{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SCUMPlayerRCONSetResult", "type": "object", "additionalProperties": false, "required": ["outcome"], "properties": { "outcome": { "enum": ["queued", "succeeded", "failed", "unknown"] }, "runJobId": { "type": "string", "minLength": 1, "maxLength": 160 }, "summary": { "type": "string", "maxLength": 240 } } }