StackOne · Schema

PushMessages

IntegrationsiPaaS

Properties

Name Type Description
message_content object
id string
name string
message_type object
View JSON Schema on GitHub

JSON Schema

stackone-pushmessages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PushMessages",
  "title": "PushMessages",
  "type": "object",
  "properties": {
    "message_content": {
      "$ref": "#/components/schemas/PushMessageContents"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "message_type": {
      "$ref": "#/components/schemas/MessageTypeEnum"
    }
  }
}