chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -5,8 +5,5 @@
"type": "string"
}
},
"required": [
"id"
],
"version": 1
}

View File

@@ -1,18 +1,15 @@
{
"type": "object",
"properties": {
"board_kind": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
},
"board_kind": {
"type": "string"
},
"owners": {
"type": "array",
"items": {
@@ -21,21 +18,12 @@
"id": {
"type": "string"
}
},
"required": [
"id"
]
}
}
},
"state": {
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"state",
"board_folder_id",
"board_kind",
"owners"
],
"version": 1
}

View File

@@ -1,18 +1,15 @@
{
"type": "object",
"properties": {
"board_kind": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
},
"board_kind": {
"type": "string"
},
"owners": {
"type": "array",
"items": {
@@ -21,21 +18,12 @@
"id": {
"type": "string"
}
},
"required": [
"id"
]
}
}
},
"state": {
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"state",
"board_folder_id",
"board_kind",
"owners"
],
"version": 1
}

View File

@@ -5,8 +5,5 @@
"type": "string"
}
},
"required": [
"id"
],
"version": 1
}

View File

@@ -1,28 +1,21 @@
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"id": {
"type": "string"
},
"settings_str": {
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"settings_str": {
"type": "string"
},
"archived": {
"type": "boolean"
}
},
"required": [
"id",
"title",
"type",
"settings_str",
"archived"
],
"version": 1
}

View File

@@ -1,28 +1,21 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
"archived": {
"type": "boolean"
},
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"position": {
"type": "string"
},
"archived": {
"type": "boolean"
"title": {
"type": "string"
}
},
"required": [
"id",
"title",
"color",
"position",
"archived"
],
"version": 1
}

View File

@@ -5,8 +5,5 @@
"type": "string"
}
},
"required": [
"id"
],
"version": 1
}

View File

@@ -5,8 +5,5 @@
"type": "string"
}
},
"required": [
"id"
],
"version": 1
}

View File

@@ -1,66 +1,46 @@
{
"type": "object",
"properties": {
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"column": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"state": {
"type": "string"
},
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"column": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
}
},
"required": [
"title",
"archived",
"description",
"settings_str"
]
}
},
"required": [
"id",
"text",
"type",
"value",
"column"
]
}
}
},
"required": [
"id",
"name",
"created_at",
"state",
"column_values"
],
"version": 1
}

View File

@@ -1,66 +1,46 @@
{
"type": "object",
"properties": {
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"column": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"state": {
"type": "string"
},
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"column": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
}
},
"required": [
"title",
"archived",
"description",
"settings_str"
]
}
},
"required": [
"id",
"text",
"type",
"value",
"column"
]
}
}
},
"required": [
"id",
"name",
"created_at",
"state",
"column_values"
],
"version": 1
}

View File

@@ -1,78 +1,54 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"state": {
"type": "string"
},
"board": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
}
},
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"column": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"archived",
"description",
"settings_str"
]
}
},
"id": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"id",
"text",
"type",
"value",
"column"
]
}
}
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
}
},
"required": [
"id",
"name",
"created_at",
"state",
"board",
"column_values"
],
"version": 1
}