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

@@ -0,0 +1,94 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"shared": {
"type": "boolean"
},
"domain": {
"type": "string"
},
"domain_assignment": {
"type": "boolean"
},
"active": {
"type": "boolean"
},
"vip": {
"type": "boolean"
},
"updated_by_id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"r7regiao": {
"type": "string"
},
"sctntid": {
"type": "string"
},
"id_tele": {
"type": "string"
},
"cod_torre": {
"type": "string"
},
"stellarcyber_cases": {
"type": "boolean"
},
"stellar_ia": {
"type": "boolean"
},
"stellar_case_min_score": {
"type": "integer"
},
"contrato_sla": {
"type": "string"
},
"dom_2nd": {
"type": "string"
},
"member_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"secondary_member_ids": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"id",
"name",
"shared",
"domain",
"domain_assignment",
"active",
"vip",
"note",
"updated_by_id",
"created_by_id",
"created_at",
"updated_at",
"member_ids",
"secondary_member_ids"
],
"version": 1
}

View File

@@ -237,5 +237,6 @@
]
}
}
}
},
"version": 1
}

View File

@@ -28,27 +28,6 @@
"note": {
"type": "null"
},
"first_response_escalation_at": {
"type": "null"
},
"first_response_in_min": {
"type": "null"
},
"first_response_diff_in_min": {
"type": "null"
},
"close_escalation_at": {
"type": "null"
},
"update_escalation_at": {
"type": "null"
},
"update_in_min": {
"type": "null"
},
"update_diff_in_min": {
"type": "null"
},
"create_article_type_id": {
"type": "integer"
},
@@ -64,9 +43,6 @@
"pending_time": {
"type": "null"
},
"type": {
"type": "null"
},
"updated_by_id": {
"type": "integer"
},
@@ -111,12 +87,12 @@
"article_count",
"escalation_at",
"pending_time",
"type",
"time_unit",
"preferences",
"updated_by_id",
"created_by_id",
"created_at",
"updated_at"
]
],
"version": 1
}

View File

@@ -16,9 +16,6 @@
"email": {
"type": "string"
},
"image_source": {
"type": "null"
},
"web": {
"type": "string"
},
@@ -43,24 +40,12 @@
"active": {
"type": "boolean"
},
"note": {
"type": "string"
},
"login_failed": {
"type": "integer"
},
"out_of_office": {
"type": "boolean"
},
"out_of_office_start_at": {
"type": "null"
},
"out_of_office_end_at": {
"type": "null"
},
"out_of_office_replacement_id": {
"type": "null"
},
"preferences": {
"type": "object",
"properties": {
@@ -277,10 +262,10 @@
"intro": {
"type": "boolean"
},
"theme": {
"secondaryAction": {
"type": "string"
},
"secondaryAction": {
"theme": {
"type": "string"
},
"tickets_closed": {
@@ -304,10 +289,7 @@
"enabled"
]
}
},
"required": [
"locale"
]
}
},
"updated_by_id": {
"type": "integer"
@@ -333,6 +315,12 @@
"type": "integer"
}
},
"authorization_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"group_ids": {
"type": "object",
"properties": {
@@ -386,5 +374,6 @@
"authorization_ids",
"overview_sorting_ids",
"group_ids"
]
],
"version": 1
}