diff --git a/lib/cjs/generated/rum.d.ts b/lib/cjs/generated/rum.d.ts index 70c97216..6caa5659 100644 --- a/lib/cjs/generated/rum.d.ts +++ b/lib/cjs/generated/rum.d.ts @@ -596,7 +596,7 @@ export declare type RumResourceEvent = CommonProperties & ActionChildProperties /** * URL of the resource */ - url: string; + url?: string; /** * HTTP status code of the resource */ diff --git a/lib/esm/generated/rum.d.ts b/lib/esm/generated/rum.d.ts index 70c97216..6caa5659 100644 --- a/lib/esm/generated/rum.d.ts +++ b/lib/esm/generated/rum.d.ts @@ -596,7 +596,7 @@ export declare type RumResourceEvent = CommonProperties & ActionChildProperties /** * URL of the resource */ - url: string; + url?: string; /** * HTTP status code of the resource */ diff --git a/schemas/rum/resource-schema.json b/schemas/rum/resource-schema.json index 31537843..5c8e9dbc 100644 --- a/schemas/rum/resource-schema.json +++ b/schemas/rum/resource-schema.json @@ -26,7 +26,7 @@ "resource": { "type": "object", "description": "Resource properties", - "required": ["type", "url"], + "required": ["type"], "properties": { "id": { "type": "string",