chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -1,40 +1,35 @@
{
"type": "object",
"properties": {
"item": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
},
"type": {
"type": "string"
},
"visible_to": {
"type": "integer"
}
}
},
"result_score": {
"type": "number"
},
"type": {
"type": "string"
},
"visible_to": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -1,12 +1,6 @@
{
"type": "object",
"properties": {
"custom_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"emails": {
"type": "array",
"items": {
@@ -25,17 +19,6 @@
"type": "string"
}
},
"organization": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"owner": {
"type": "object",
"properties": {
@@ -63,5 +46,5 @@
"type": "integer"
}
},
"version": 2
"version": 3
}