Skip to content

Commit 90261e9

Browse files
fix required in some places (#360)
1 parent 57e0b87 commit 90261e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

schemas/rum/_view-properties.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"crash": {
210210
"type": "object",
211211
"description": "Properties of the crashes of the view",
212+
"required": ["count"],
212213
"properties": {
213214
"count": {
214215
"type": "integer",
@@ -222,6 +223,7 @@
222223
"long_task": {
223224
"type": "object",
224225
"description": "Properties of the long tasks of the view",
226+
"required": ["count"],
225227
"properties": {
226228
"count": {
227229
"type": "integer",
@@ -235,6 +237,7 @@
235237
"frozen_frame": {
236238
"type": "object",
237239
"description": "Properties of the frozen frames of the view",
240+
"required": ["count"],
238241
"properties": {
239242
"count": {
240243
"type": "integer",

0 commit comments

Comments
 (0)