observatory_page_test

APIs.ioEngineeringPlatform

Properties

Name Type Description
date object
desktopReport object
id object
mobileReport object
region object
scheduleFrequency object
url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-page-test-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_page_test",
  "title": "observatory_page_test",
  "properties": {
    "date": {
      "$ref": "#/components/schemas/observatory_timestamp"
    },
    "desktopReport": {
      "$ref": "#/components/schemas/observatory_lighthouse_report"
    },
    "id": {
      "$ref": "#/components/schemas/observatory_uuid"
    },
    "mobileReport": {
      "$ref": "#/components/schemas/observatory_lighthouse_report"
    },
    "region": {
      "$ref": "#/components/schemas/observatory_labeled_region"
    },
    "scheduleFrequency": {
      "$ref": "#/components/schemas/observatory_schedule_frequency"
    },
    "url": {
      "$ref": "#/components/schemas/observatory_url"
    }
  },
  "type": "object"
}