chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2025-07-02 07:29:17 +01:00
committed by GitHub
parent 9f8d3d3bc8
commit 2770645eb4
74 changed files with 1150 additions and 1800 deletions

View File

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

View File

@@ -40,6 +40,9 @@
}
}
},
"bot_id": {
"type": "string"
},
"client_msg_id": {
"type": "string"
},
@@ -59,5 +62,5 @@
"type": "string"
}
},
"version": 4
"version": 5
}

View File

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