observatory_trend

APIs.ioEngineeringPlatform

Properties

Name Type Description
cls array Cumulative Layout Shift trend.
fcp array First Contentful Paint trend.
lcp array Largest Contentful Paint trend.
performanceScore array The Lighthouse score trend.
si array Speed Index trend.
tbt array Total Blocking Time trend.
ttfb array Time To First Byte trend.
tti array Time To Interactive trend.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-trend-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_trend",
  "title": "observatory_trend",
  "properties": {
    "cls": {
      "description": "Cumulative Layout Shift trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "fcp": {
      "description": "First Contentful Paint trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "lcp": {
      "description": "Largest Contentful Paint trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "performanceScore": {
      "description": "The Lighthouse score trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "si": {
      "description": "Speed Index trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "tbt": {
      "description": "Total Blocking Time trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "ttfb": {
      "description": "Time To First Byte trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    },
    "tti": {
      "description": "Time To Interactive trend.",
      "items": {
        "nullable": true,
        "type": "number"
      },
      "type": "array"
    }
  },
  "type": "object"
}