chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438)

This commit is contained in:
Jon
2025-04-10 18:05:45 +01:00
committed by GitHub
parent c89010871d
commit 5826ff2cec
47 changed files with 566 additions and 1196 deletions

View File

@@ -21,9 +21,6 @@
"name": {
"type": "string"
},
"softLimit": {
"type": "null"
},
"subscribed": {
"type": "boolean"
},
@@ -31,5 +28,5 @@
"type": "null"
}
},
"version": 1
"version": 2
}

View File

@@ -47,6 +47,9 @@
"location": {
"type": "boolean"
},
"maliciousAttachments": {
"type": "integer"
},
"subscribed": {
"type": "boolean"
},
@@ -58,9 +61,6 @@
}
}
},
"cardRole": {
"type": "null"
},
"checkItemStates": {
"type": "array",
"items": {
@@ -87,9 +87,6 @@
"idPlugin": {
"type": "null"
},
"idUploadedBackground": {
"type": "null"
},
"size": {
"type": "string"
}
@@ -194,5 +191,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}