Skip to content

Commit

Permalink
An update (#27)
Browse files Browse the repository at this point in the history
* deduplicate schema

* lift the schema
  • Loading branch information
max-ostapenko authored Nov 21, 2024
1 parent 23031ad commit 21cc719
Show file tree
Hide file tree
Showing 16 changed files with 1,877 additions and 1,013 deletions.
9 changes: 7 additions & 2 deletions src/content/docs/reference/blobs/lighthouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ title: Lighthouse blob
description: Reference docs for the Lighthouse blob
---

_Appears in: [`pages` table](/reference/tables/pages/)_
_Appears in: [`pages`](/reference/tables/pages/) table_\
_As: [`lighthouse`](/reference/tables/pages/#lighthouse)_

JSON-encoded blob of Lighthouse data for the page.

**The actual schema of the Lighthouse object is liable to change depending on the page and Lighthouse version.**
**The actual schema of the Lighthouse object is liable to change depending on the page and Lighthouse version.**

## Schema

TODO
9 changes: 5 additions & 4 deletions src/content/docs/reference/blobs/page-metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: Page metadata blob
description: Reference docs for the HAR page metadata blob
---

_Appears in: [`pages` table](/reference/tables/pages/)_\
_As: `metadata`_
_Appears in: [`pages`](/reference/tables/pages/) table_\
_As: [`metadata`](/reference/tables/pages/#metadata)_

JSON-encoded HTTP Archive metadata about the page that was tested.

Here's an example of the decoded object:

<details>
<summary>An example of the decoded object</summary>
```json
{
"crawl_depth": 1,
Expand All @@ -28,6 +28,7 @@ Here's an example of the decoded object:
]
}
```
</details>

## Schema

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Page summary struct
description: Reference docs for the page summary struct
title: Page summary blob
description: Reference docs for the page summary blob
---

_Appears in: [`pages` table](/reference/tables/pages/)_\
_As: `summary`_
_Appears in: [`pages`](/reference/tables/pages/) table_\
_As: [`summary`](/reference/tables/pages/#summary)_

JSON-encoded summarization of the page-level data.

Here's an example of the decoded object:

<details>
<summary>An example of the decoded object</summary>
```json
{
"SpeedIndex": 400,
Expand Down Expand Up @@ -97,6 +97,7 @@ Here's an example of the decoded object:
"visualComplete": 400
}
```
</details>

## Schema

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Request summary struct
description: Reference docs for the request summary struct
title: Request summary blob
description: Reference docs for the request summary blob
---

_Appears in: [`requests` table](/reference/tables/requests/#summary)_\
_As: `summary`_
_Appears in: [`requests` table](/reference/tables/requests/)_\
_As: [`summary`](/reference/tables/requests/#summary)_

JSON-encoded summarization of request data.

Here's an example of the decoded object:

<details>
<summary>An example of the decoded object</summary>
```json
{
"_cdn_provider": "Edgecast",
Expand All @@ -33,6 +33,7 @@ Here's an example of the decoded object:
"type": "html"
}
```
</details>

## Schema

Expand Down
162 changes: 0 additions & 162 deletions src/content/docs/reference/custom-metrics/ads.md

This file was deleted.

Loading

0 comments on commit 21cc719

Please sign in to comment.