{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionSlackPostMessageParamsAttachmentField", "title": "FlowActionSlackPostMessageParamsAttachmentField", "type": "object", "additionalProperties": false, "required": [ "title" ], "properties": { "title": { "type": "string" }, "value": { "type": "string", "minLength": 0 }, "short": { "type": "boolean" } } }