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

@@ -63,8 +63,41 @@
"metadata": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"type": {
"type": "string"
},
"filename": {
"type": "string"
},
"function": {
"type": "string"
},
"in_app_frame_mix": {
"type": "string"
},
"sdk": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"name_normalized": {
"type": "string"
}
},
"required": [
"name",
"name_normalized"
]
},
"initial_priority": {
"type": "integer"
},
"severity_reason": {
"type": "string"
}
},
"required": [
@@ -156,5 +189,6 @@
"firstSeen",
"lastSeen",
"stats"
]
],
"version": 1
}