{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RelayTargetOptions", "title": "RelayTargetOptions", "type": "object", "properties": { "type": { "type": "string", "enum": [ "assistant", "squad" ] } }, "required": [ "type" ] }