diff --git a/lib/cjs/generated/rum.d.ts b/lib/cjs/generated/rum.d.ts index 11f7e995..af641726 100644 --- a/lib/cjs/generated/rum.d.ts +++ b/lib/cjs/generated/rum.d.ts @@ -1411,7 +1411,7 @@ export interface CommonProperties { /** * View properties */ - readonly view?: { + readonly view: { /** * UUID of the view */ diff --git a/lib/esm/generated/rum.d.ts b/lib/esm/generated/rum.d.ts index 11f7e995..af641726 100644 --- a/lib/esm/generated/rum.d.ts +++ b/lib/esm/generated/rum.d.ts @@ -1411,7 +1411,7 @@ export interface CommonProperties { /** * View properties */ - readonly view?: { + readonly view: { /** * UUID of the view */ diff --git a/schemas/rum/_common-schema.json b/schemas/rum/_common-schema.json index 42ddb300..2b7ad43a 100644 --- a/schemas/rum/_common-schema.json +++ b/schemas/rum/_common-schema.json @@ -4,7 +4,7 @@ "title": "CommonProperties", "type": "object", "description": "Schema of common properties of RUM events", - "required": ["date", "application", "session", "_dd"], + "required": ["date", "application", "session", "view", "_dd"], "properties": { "date": { "type": "integer",