Skip to content

Commit

Permalink
feat: Include site level metrics in the CWV response
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Dec 4, 2024
1 parent 0c73a7f commit 4cb5175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/openapi/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@ Suggestion:
additionalProperties: true
oneOf:
- $ref: '#/BrokenBacklinksKpiDeltas'
- $ref: '#/CWVKpiDeltas'
status:
description: Status of this suggestion; status reflects overall fix execution, flagged here for optimization
$ref: '#/SuggestionStatus'
Expand Down Expand Up @@ -2212,3 +2213,7 @@ ImportJobStopRequest:
type: string
enum:
- 'STOPPED'
CWVKpiDeltas:
description: KPI deltas specific to Core Web Vitals improvements opportunity
type: object
additionalProperties: true

0 comments on commit 4cb5175

Please sign in to comment.