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

@@ -1,34 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"userId": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"timeInterval": {
"type": "object",
"properties": {
"start": {
"type": "string"
}
},
"required": [
"start",
"end",
"duration"
]
},
"workspaceId": {
"type": "string"
},
"isLocked": {
"type": "boolean"
},
"customFieldValues": {
"type": "array",
"items": {
@@ -37,49 +12,47 @@
"customFieldId": {
"type": "string"
},
"timeEntryId": {
"name": {
"type": "string"
},
"value": {
"type": "null"
},
"name": {
"timeEntryId": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "null"
}
},
"required": [
"customFieldId",
"timeEntryId",
"value",
"name",
"type"
]
}
}
},
"id": {
"type": "string"
},
"isLocked": {
"type": "boolean"
},
"kioskId": {
"type": "null"
},
"timeInterval": {
"type": "object",
"properties": {
"start": {
"type": "string"
}
}
},
"type": {
"type": "string"
},
"kioskId": {
"type": "null"
"userId": {
"type": "string"
},
"workspaceId": {
"type": "string"
}
},
"required": [
"id",
"description",
"tagIds",
"userId",
"billable",
"taskId",
"projectId",
"timeInterval",
"workspaceId",
"isLocked",
"customFieldValues",
"type",
"kioskId"
],
"version": 1
}