Auth0 · Schema

FlowActionSlackPostMessageParamsAttachmentField

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
title string
value string
short boolean
View JSON Schema on GitHub

JSON Schema

auth0-flowactionslackpostmessageparamsattachmentfield-schema.json Raw ↑
{
  "$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"
    }
  }
}