Sha256: 092579c5f21779bbbe373699592c2ad6b146f67d918d6219b65160b5c3455737
Contents?: true
Size: 1.74 KB
Versions: 12
Compression:
Stored size: 1.74 KB
Contents
{ "streams": [ { "name": "chat_postMessage", "action": "create", "json_schema": { "type": "object", "additionalProperties": false, "properties": { "text": { "type": ["string", "null"] }, "attachments": { "type": ["string", "null"] }, "blocks": { "type": ["array", "null"], "items": { "type": "string" } }, "as_user": { "type": ["boolean", "null"] }, "icon_emoji": { "type": ["string", "null"] }, "icon_url": { "type": ["string", "null"] }, "link_names": { "type": ["boolean", "null"] }, "metadata": { "type": ["string", "null"] }, "mrkdwn": { "type": ["boolean", "null"] }, "parse": { "type": ["string", "null"] }, "reply_broadcast": { "type": ["boolean", "null"] }, "thread_ts": { "type": ["string", "null"] }, "unfurl_links": { "type": ["boolean", "null"] }, "unfurl_media": { "type": ["boolean", "null"] }, "username": { "type": ["string", "null"] } }, "oneOf": [ { "required": ["text"] }, { "required": ["attachments"] }, { "required": ["blocks"] } ] }, "supported_sync_modes": ["full_refresh", "incremental"], "source_defined_cursor": true, "default_cursor_field": ["updated"], "source_defined_primary_key": [["Id"]] } ] }
Version data entries
12 entries across 12 versions & 1 rubygems