chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -4,5 +4,6 @@
"id": {
"type": "integer"
}
}
},
"version": 1
}

View File

@@ -7,5 +7,6 @@
"name": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -3,9 +3,7 @@
"properties": {
"id": {
"type": "integer"
},
"display_name": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -4,5 +4,6 @@
"id": {
"type": "integer"
}
}
},
"version": 1
}

View File

@@ -1,11 +1,12 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
]
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
],
"version": 1
}

View File

@@ -5,7 +5,5 @@
"type": "integer"
}
},
"required": [
"id"
]
"version": 1
}

View File

@@ -5,7 +5,5 @@
"type": "integer"
}
},
"required": [
"id"
]
"version": 1
}

View File

@@ -7,5 +7,6 @@
},
"required": [
"id"
]
],
"version": 1
}

View File

@@ -0,0 +1,57 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"website_message_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"name": {
"type": "string"
},
"active": {
"type": "boolean"
},
"type": {
"type": "string"
},
"priority": {
"type": "string"
},
"kanban_state": {
"type": "string"
},
"write_date": {
"type": "string"
},
"won_status": {
"type": "string"
},
"sale_amount_total": {
"type": "integer"
},
"sale_order_count": {
"type": "integer"
},
"order_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"__last_update": {
"type": "string"
},
"lost_reason": {
"type": "boolean"
}
},
"required": [
"id"
],
"version": 1
}

View File

@@ -4,14 +4,12 @@
"id": {
"type": "integer"
},
"name": {
"won_status": {
"type": "string"
},
"expected_revenue": {
"type": "integer"
}
},
"required": [
"id"
]
],
"version": 1
}