feat: Generate Schema Files - 18113073 (no-changelog) (#12927)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Jon
2025-01-30 14:59:04 +00:00
committed by GitHub
parent cdfa22593b
commit 9d027339fd
661 changed files with 76670 additions and 1 deletions

View File

@@ -0,0 +1,118 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"is_channel": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"created": {
"type": "integer"
},
"is_archived": {
"type": "boolean"
},
"is_general": {
"type": "boolean"
},
"unlinked": {
"type": "integer"
},
"name_normalized": {
"type": "string"
},
"is_shared": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_pending_ext_shared": {
"type": "boolean"
},
"context_team_id": {
"type": "string"
},
"updated": {
"type": "integer"
},
"parent_conversation": {
"type": "null"
},
"creator": {
"type": "string"
},
"is_ext_shared": {
"type": "boolean"
},
"shared_team_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"is_member": {
"type": "boolean"
},
"last_read": {
"type": "string"
},
"topic": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"purpose": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"priority": {
"type": "integer"
}
}
}

View File

@@ -0,0 +1,121 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"is_channel": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"created": {
"type": "integer"
},
"is_archived": {
"type": "boolean"
},
"is_general": {
"type": "boolean"
},
"unlinked": {
"type": "integer"
},
"name_normalized": {
"type": "string"
},
"is_shared": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_pending_ext_shared": {
"type": "boolean"
},
"context_team_id": {
"type": "string"
},
"updated": {
"type": "integer"
},
"parent_conversation": {
"type": "null"
},
"creator": {
"type": "string"
},
"is_ext_shared": {
"type": "boolean"
},
"shared_team_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"is_member": {
"type": "boolean"
},
"last_read": {
"type": "string"
},
"topic": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"purpose": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"previous_names": {
"type": "array",
"items": {
"type": "string"
}
}
}
}

View File

@@ -0,0 +1,156 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"is_channel": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"created": {
"type": "integer"
},
"is_archived": {
"type": "boolean"
},
"is_general": {
"type": "boolean"
},
"unlinked": {
"type": "integer"
},
"name_normalized": {
"type": "string"
},
"is_shared": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_pending_ext_shared": {
"type": "boolean"
},
"context_team_id": {
"type": "string"
},
"updated": {
"type": "integer"
},
"parent_conversation": {
"type": "null"
},
"creator": {
"type": "string"
},
"is_ext_shared": {
"type": "boolean"
},
"shared_team_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"is_member": {
"type": "boolean"
},
"topic": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"purpose": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"properties": {
"type": "object",
"properties": {
"canvas": {
"type": "object",
"properties": {
"file_id": {
"type": "string"
},
"is_empty": {
"type": "boolean"
},
"quip_thread_id": {
"type": "string"
}
},
"required": [
"file_id",
"quip_thread_id"
]
},
"use_case": {
"type": "string"
}
}
},
"previous_names": {
"type": "array",
"items": {
"type": "string"
}
},
"num_members": {
"type": "integer"
}
},
"required": [
"id",
"is_im",
"created",
"is_archived",
"is_org_shared",
"context_team_id",
"updated"
]
}

View File

@@ -0,0 +1,96 @@
{
"type": "object",
"properties": {
"user": {
"type": "string"
},
"text": {
"type": "string"
},
"type": {
"type": "string"
},
"ts": {
"type": "string"
},
"thread_ts": {
"type": "string"
},
"reply_count": {
"type": "integer"
},
"reply_users_count": {
"type": "integer"
},
"latest_reply": {
"type": "string"
},
"reply_users": {
"type": "array",
"items": {
"type": "string"
}
},
"is_locked": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
},
"client_msg_id": {
"type": "string"
},
"team": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,121 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"is_channel": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"created": {
"type": "integer"
},
"is_archived": {
"type": "boolean"
},
"is_general": {
"type": "boolean"
},
"unlinked": {
"type": "integer"
},
"name_normalized": {
"type": "string"
},
"is_shared": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_pending_ext_shared": {
"type": "boolean"
},
"context_team_id": {
"type": "string"
},
"updated": {
"type": "integer"
},
"parent_conversation": {
"type": "null"
},
"creator": {
"type": "string"
},
"is_ext_shared": {
"type": "boolean"
},
"shared_team_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"is_member": {
"type": "boolean"
},
"last_read": {
"type": "string"
},
"topic": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"purpose": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"creator": {
"type": "string"
},
"last_set": {
"type": "integer"
}
},
"required": [
"value",
"creator",
"last_set"
]
},
"previous_names": {
"type": "array",
"items": {
"type": "string"
}
}
}
}

View File

@@ -0,0 +1,192 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"team_id": {
"type": "string"
},
"name": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"color": {
"type": "string"
},
"real_name": {
"type": "string"
},
"tz": {
"type": "string"
},
"tz_label": {
"type": "string"
},
"tz_offset": {
"type": "integer"
},
"profile": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"phone": {
"type": "string"
},
"skype": {
"type": "string"
},
"real_name": {
"type": "string"
},
"real_name_normalized": {
"type": "string"
},
"display_name": {
"type": "string"
},
"display_name_normalized": {
"type": "string"
},
"fields": {
"type": "null"
},
"status_text": {
"type": "string"
},
"status_emoji": {
"type": "string"
},
"status_emoji_display_info": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emoji_name": {
"type": "string"
},
"display_url": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"required": [
"emoji_name",
"display_url",
"unicode"
]
}
},
"status_expiration": {
"type": "integer"
},
"avatar_hash": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"image_24": {
"type": "string"
},
"image_32": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
},
"image_192": {
"type": "string"
},
"image_512": {
"type": "string"
},
"status_text_canonical": {
"type": "string"
},
"team": {
"type": "string"
},
"api_app_id": {
"type": "string"
},
"always_active": {
"type": "boolean"
},
"bot_id": {
"type": "string"
}
},
"required": [
"title",
"phone",
"skype",
"real_name",
"real_name_normalized",
"display_name",
"display_name_normalized",
"fields",
"status_text",
"status_emoji",
"status_emoji_display_info",
"status_expiration",
"avatar_hash",
"first_name",
"last_name",
"image_24",
"image_32",
"image_48",
"image_72",
"image_192",
"image_512",
"status_text_canonical",
"team"
]
},
"is_admin": {
"type": "boolean"
},
"is_owner": {
"type": "boolean"
},
"is_primary_owner": {
"type": "boolean"
},
"is_restricted": {
"type": "boolean"
},
"is_ultra_restricted": {
"type": "boolean"
},
"is_bot": {
"type": "boolean"
},
"is_app_user": {
"type": "boolean"
},
"updated": {
"type": "integer"
},
"is_email_confirmed": {
"type": "boolean"
},
"who_can_share_contact_card": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,75 @@
{
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
},
"ts": {
"type": "string"
},
"thread_ts": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
},
"user": {
"type": "string"
},
"client_msg_id": {
"type": "string"
},
"team": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,110 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"created": {
"type": "integer"
},
"timestamp": {
"type": "integer"
},
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"mimetype": {
"type": "string"
},
"filetype": {
"type": "string"
},
"pretty_type": {
"type": "string"
},
"user": {
"type": "string"
},
"user_team": {
"type": "string"
},
"editable": {
"type": "boolean"
},
"size": {
"type": "integer"
},
"mode": {
"type": "string"
},
"is_external": {
"type": "boolean"
},
"external_type": {
"type": "string"
},
"is_public": {
"type": "boolean"
},
"public_url_shared": {
"type": "boolean"
},
"display_as_bot": {
"type": "boolean"
},
"username": {
"type": "string"
},
"url_private": {
"type": "string"
},
"url_private_download": {
"type": "string"
},
"media_display_type": {
"type": "string"
},
"permalink": {
"type": "string"
},
"permalink_public": {
"type": "string"
},
"is_starred": {
"type": "boolean"
},
"channels": {
"type": "array",
"items": {
"type": "string"
}
},
"groups": {
"type": "array",
"items": {
"type": "string"
}
},
"ims": {
"type": "array",
"items": {
"type": "string"
}
},
"has_more_shares": {
"type": "boolean"
},
"has_rich_preview": {
"type": "boolean"
},
"file_access": {
"type": "string"
},
"comments_count": {
"type": "integer"
}
}
}

View File

@@ -0,0 +1,117 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"created": {
"type": "integer"
},
"timestamp": {
"type": "integer"
},
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"mimetype": {
"type": "string"
},
"filetype": {
"type": "string"
},
"pretty_type": {
"type": "string"
},
"user": {
"type": "string"
},
"user_team": {
"type": "string"
},
"editable": {
"type": "boolean"
},
"size": {
"type": "integer"
},
"mode": {
"type": "string"
},
"is_external": {
"type": "boolean"
},
"external_type": {
"type": "string"
},
"is_public": {
"type": "boolean"
},
"public_url_shared": {
"type": "boolean"
},
"display_as_bot": {
"type": "boolean"
},
"username": {
"type": "string"
},
"url_private": {
"type": "string"
},
"url_private_download": {
"type": "string"
},
"permalink": {
"type": "string"
},
"channels": {
"type": "array",
"items": {
"type": "string"
}
},
"ims": {
"type": "array",
"items": {
"type": "string"
}
},
"comments_count": {
"type": "integer"
},
"media_display_type": {
"type": "string"
}
},
"required": [
"id",
"created",
"timestamp",
"name",
"title",
"mimetype",
"filetype",
"pretty_type",
"user",
"user_team",
"editable",
"size",
"mode",
"is_external",
"external_type",
"is_public",
"public_url_shared",
"display_as_bot",
"username",
"url_private",
"url_private_download",
"permalink",
"channels",
"groups",
"ims",
"comments_count"
]
}

View File

@@ -0,0 +1,92 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"created": {
"type": "integer"
},
"timestamp": {
"type": "integer"
},
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"mimetype": {
"type": "string"
},
"filetype": {
"type": "string"
},
"pretty_type": {
"type": "string"
},
"user": {
"type": "string"
},
"user_team": {
"type": "string"
},
"editable": {
"type": "boolean"
},
"size": {
"type": "integer"
},
"mode": {
"type": "string"
},
"is_external": {
"type": "boolean"
},
"external_type": {
"type": "string"
},
"is_public": {
"type": "boolean"
},
"public_url_shared": {
"type": "boolean"
},
"display_as_bot": {
"type": "boolean"
},
"username": {
"type": "string"
},
"url_private": {
"type": "string"
},
"url_private_download": {
"type": "string"
},
"media_display_type": {
"type": "string"
},
"permalink": {
"type": "string"
},
"permalink_public": {
"type": "string"
},
"comments_count": {
"type": "integer"
},
"is_starred": {
"type": "boolean"
},
"has_more_shares": {
"type": "boolean"
},
"has_rich_preview": {
"type": "boolean"
},
"file_access": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"channel": {
"type": "string"
},
"message_timestamp": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,164 @@
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"channel": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"user": {
"type": "string"
},
"type": {
"type": "string"
},
"ts": {
"type": "string"
},
"bot_id": {
"type": "string"
},
"app_id": {
"type": "string"
},
"text": {
"type": "string"
},
"team": {
"type": "string"
},
"bot_profile": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"app_id": {
"type": "string"
},
"name": {
"type": "string"
},
"icons": {
"type": "object",
"properties": {
"image_36": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
}
},
"required": [
"image_36",
"image_48",
"image_72"
]
},
"deleted": {
"type": "boolean"
},
"updated": {
"type": "integer"
},
"team_id": {
"type": "string"
}
},
"required": [
"id",
"app_id",
"name",
"icons",
"deleted",
"updated",
"team_id"
]
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"text": {
"type": "string"
},
"url": {
"type": "string"
},
"style": {
"type": "object",
"properties": {
"italic": {
"type": "boolean"
}
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
}
},
"required": [
"type",
"ts",
"bot_id",
"app_id",
"text"
]
},
"message_timestamp": {
"type": "string"
}
},
"required": [
"ok",
"channel",
"message",
"message_timestamp"
]
}

View File

@@ -0,0 +1,152 @@
{
"type": "object",
"properties": {
"iid": {
"type": "string"
},
"team": {
"type": "string"
},
"score": {
"type": "integer"
},
"channel": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"is_channel": {
"type": "boolean"
},
"is_group": {
"type": "boolean"
},
"is_im": {
"type": "boolean"
},
"is_mpim": {
"type": "boolean"
},
"is_shared": {
"type": "boolean"
},
"is_org_shared": {
"type": "boolean"
},
"is_ext_shared": {
"type": "boolean"
},
"is_private": {
"type": "boolean"
},
"name": {
"type": "string"
},
"is_pending_ext_shared": {
"type": "boolean"
}
},
"required": [
"id",
"is_channel",
"is_group",
"is_im",
"is_mpim",
"is_shared",
"is_org_shared",
"is_ext_shared",
"is_private",
"name"
]
},
"type": {
"type": "string"
},
"username": {
"type": "string"
},
"ts": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"user_id": {
"type": "string"
},
"text": {
"type": "string"
},
"name": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
},
"text": {
"type": "string"
},
"permalink": {
"type": "string"
},
"no_reactions": {
"type": "boolean"
}
},
"required": [
"iid",
"team",
"score",
"channel",
"type",
"user",
"username",
"ts",
"text",
"permalink"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"approved": {
"type": "boolean"
}
}
}
}
}

View File

@@ -0,0 +1,189 @@
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"channel": {
"type": "string"
},
"text": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"user": {
"type": "string"
},
"type": {
"type": "string"
},
"edited": {
"type": "object",
"properties": {
"user": {
"type": "string"
},
"ts": {
"type": "string"
}
},
"required": [
"user",
"ts"
]
},
"bot_id": {
"type": "string"
},
"app_id": {
"type": "string"
},
"text": {
"type": "string"
},
"team": {
"type": "string"
},
"bot_profile": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"app_id": {
"type": "string"
},
"name": {
"type": "string"
},
"icons": {
"type": "object",
"properties": {
"image_36": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
}
},
"required": [
"image_36",
"image_48",
"image_72"
]
},
"deleted": {
"type": "boolean"
},
"updated": {
"type": "integer"
},
"team_id": {
"type": "string"
}
},
"required": [
"id",
"app_id",
"name",
"icons",
"deleted",
"updated",
"team_id"
]
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"text": {
"type": "string"
},
"style": {
"type": "object",
"properties": {
"italic": {
"type": "boolean"
},
"bold": {
"type": "boolean"
}
},
"required": [
"italic"
]
},
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"unicode": {
"type": "string"
},
"user_id": {
"type": "string"
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
}
},
"required": [
"user",
"type",
"edited",
"text",
"team",
"blocks"
]
},
"message_timestamp": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,164 @@
{
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"type": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"user": {
"type": "string"
},
"type": {
"type": "string"
},
"ts": {
"type": "string"
},
"client_msg_id": {
"type": "string"
},
"text": {
"type": "string"
},
"team": {
"type": "string"
},
"thread_ts": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"block_id": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"user_id": {
"type": "string"
},
"text": {
"type": "string"
},
"elements": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"text": {
"type": "string"
},
"style": {
"type": "object",
"properties": {
"bold": {
"type": "boolean"
}
},
"required": [
"bold"
]
}
},
"required": [
"type"
]
}
},
"url": {
"type": "string"
}
},
"required": [
"type"
]
}
}
},
"required": [
"type"
]
}
}
},
"required": [
"type",
"block_id"
]
}
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"users": {
"type": "array",
"items": {
"type": "string"
}
},
"count": {
"type": "integer"
}
},
"required": [
"name",
"users",
"count"
]
}
},
"permalink": {
"type": "string"
}
},
"required": [
"type",
"ts",
"text",
"blocks",
"reactions"
]
},
"channel": {
"type": "string"
}
},
"required": [
"ok",
"type",
"message",
"channel"
]
}

View File

@@ -0,0 +1,209 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"team_id": {
"type": "string"
},
"name": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"color": {
"type": "string"
},
"real_name": {
"type": "string"
},
"tz": {
"type": "string"
},
"tz_label": {
"type": "string"
},
"tz_offset": {
"type": "integer"
},
"profile": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"phone": {
"type": "string"
},
"skype": {
"type": "string"
},
"real_name": {
"type": "string"
},
"real_name_normalized": {
"type": "string"
},
"display_name": {
"type": "string"
},
"display_name_normalized": {
"type": "string"
},
"status_text": {
"type": "string"
},
"status_emoji": {
"type": "string"
},
"status_emoji_display_info": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emoji_name": {
"type": "string"
},
"display_url": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"required": [
"emoji_name",
"display_url",
"unicode"
]
}
},
"status_expiration": {
"type": "integer"
},
"avatar_hash": {
"type": "string"
},
"always_active": {
"type": "boolean"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"image_24": {
"type": "string"
},
"image_32": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
},
"image_192": {
"type": "string"
},
"image_512": {
"type": "string"
},
"status_text_canonical": {
"type": "string"
},
"team": {
"type": "string"
},
"image_original": {
"type": "string"
},
"is_custom_image": {
"type": "boolean"
},
"huddle_state": {
"type": "string"
},
"huddle_state_expiration_ts": {
"type": "integer"
},
"image_1024": {
"type": "string"
},
"api_app_id": {
"type": "string"
},
"bot_id": {
"type": "string"
}
},
"required": [
"title",
"phone",
"skype",
"real_name",
"real_name_normalized",
"display_name",
"display_name_normalized",
"fields",
"status_text",
"status_emoji",
"status_emoji_display_info",
"status_expiration",
"avatar_hash",
"image_24",
"image_32",
"image_48",
"image_72",
"image_192",
"image_512",
"status_text_canonical",
"team"
]
},
"is_admin": {
"type": "boolean"
},
"is_owner": {
"type": "boolean"
},
"is_primary_owner": {
"type": "boolean"
},
"is_restricted": {
"type": "boolean"
},
"is_ultra_restricted": {
"type": "boolean"
},
"is_bot": {
"type": "boolean"
},
"is_app_user": {
"type": "boolean"
},
"updated": {
"type": "integer"
},
"is_email_confirmed": {
"type": "boolean"
},
"who_can_share_contact_card": {
"type": "string"
}
},
"required": [
"id",
"team_id",
"name",
"deleted",
"profile",
"is_bot",
"is_app_user",
"updated"
]
}

View File

@@ -0,0 +1,126 @@
{
"type": "object",
"properties": {
"title": {
"type": "string"
},
"phone": {
"type": "string"
},
"skype": {
"type": "string"
},
"real_name": {
"type": "string"
},
"real_name_normalized": {
"type": "string"
},
"display_name": {
"type": "string"
},
"display_name_normalized": {
"type": "string"
},
"status_text": {
"type": "string"
},
"status_emoji": {
"type": "string"
},
"status_emoji_display_info": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emoji_name": {
"type": "string"
},
"display_url": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"required": [
"emoji_name",
"display_url"
]
}
},
"status_expiration": {
"type": "integer"
},
"avatar_hash": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"image_24": {
"type": "string"
},
"image_32": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
},
"image_192": {
"type": "string"
},
"image_512": {
"type": "string"
},
"status_text_canonical": {
"type": "string"
},
"image_original": {
"type": "string"
},
"is_custom_image": {
"type": "boolean"
},
"image_1024": {
"type": "string"
},
"huddle_state": {
"type": "string"
},
"huddle_state_expiration_ts": {
"type": "integer"
}
},
"required": [
"title",
"phone",
"skype",
"real_name",
"real_name_normalized",
"display_name",
"display_name_normalized",
"fields",
"status_text",
"status_emoji",
"status_emoji_display_info",
"status_expiration",
"avatar_hash",
"image_24",
"image_32",
"image_48",
"image_72",
"image_192",
"image_512",
"status_text_canonical"
]
}

View File

@@ -0,0 +1,208 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"team_id": {
"type": "string"
},
"name": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"color": {
"type": "string"
},
"real_name": {
"type": "string"
},
"tz": {
"type": "string"
},
"tz_label": {
"type": "string"
},
"tz_offset": {
"type": "integer"
},
"profile": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"phone": {
"type": "string"
},
"skype": {
"type": "string"
},
"real_name": {
"type": "string"
},
"real_name_normalized": {
"type": "string"
},
"display_name": {
"type": "string"
},
"display_name_normalized": {
"type": "string"
},
"fields": {
"type": "null"
},
"status_text": {
"type": "string"
},
"status_emoji": {
"type": "string"
},
"status_emoji_display_info": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emoji_name": {
"type": "string"
},
"display_url": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"required": [
"emoji_name",
"display_url",
"unicode"
]
}
},
"status_expiration": {
"type": "integer"
},
"avatar_hash": {
"type": "string"
},
"image_original": {
"type": "string"
},
"is_custom_image": {
"type": "boolean"
},
"huddle_state": {
"type": "string"
},
"huddle_state_expiration_ts": {
"type": "integer"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"image_24": {
"type": "string"
},
"image_32": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
},
"image_192": {
"type": "string"
},
"image_512": {
"type": "string"
},
"image_1024": {
"type": "string"
},
"status_text_canonical": {
"type": "string"
},
"team": {
"type": "string"
}
},
"required": [
"title",
"phone",
"skype",
"real_name",
"real_name_normalized",
"display_name",
"display_name_normalized",
"fields",
"status_text",
"status_emoji",
"status_emoji_display_info",
"status_expiration",
"avatar_hash",
"first_name",
"last_name",
"image_24",
"image_32",
"image_48",
"image_72",
"image_192",
"image_512",
"status_text_canonical",
"team"
]
},
"is_admin": {
"type": "boolean"
},
"is_owner": {
"type": "boolean"
},
"is_primary_owner": {
"type": "boolean"
},
"is_restricted": {
"type": "boolean"
},
"is_ultra_restricted": {
"type": "boolean"
},
"is_bot": {
"type": "boolean"
},
"is_app_user": {
"type": "boolean"
},
"updated": {
"type": "integer"
},
"is_email_confirmed": {
"type": "boolean"
},
"has_2fa": {
"type": "boolean"
},
"who_can_share_contact_card": {
"type": "string"
}
},
"required": [
"id",
"team_id",
"name",
"deleted",
"profile",
"is_bot",
"is_app_user",
"updated"
]
}