Google Chrome · Schema

NetworkStatusReport

Network status report at a point in time.

BrowserChrome ExtensionsDeveloper ToolsWeb Platform

Properties

Name Type Description
reportTime string Timestamp of the report.
connectionState string Current network connection state.
connectionType string Type of network connection.
signalStrengthDbm integer Signal strength in dBm.
gatewayIpAddress string Gateway IP address.
lanIpAddress string LAN IP address of the device.
transmissionBitRateMbps string Transmission speed in Mbps.
receivingBitRateMbps string Receiving speed in Mbps.
wifiLinkQuality string WiFi link quality percentage.
wifiPowerManagementEnabled boolean Whether WiFi power management is enabled.
sampleFrequency string Sampling frequency of the report.
View JSON Schema on GitHub

JSON Schema

google-chrome-networkstatusreport-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkStatusReport",
  "title": "NetworkStatusReport",
  "type": "object",
  "description": "Network status report at a point in time.",
  "properties": {
    "reportTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the report."
    },
    "connectionState": {
      "type": "string",
      "description": "Current network connection state.",
      "enum": [
        "ONLINE",
        "CONNECTED",
        "PORTAL",
        "CONNECTING",
        "NOT_CONNECTED",
        "CONNECTION_STATE_UNSPECIFIED"
      ]
    },
    "connectionType": {
      "type": "string",
      "description": "Type of network connection.",
      "enum": [
        "WIFI",
        "ETHERNET",
        "CELLULAR",
        "NETWORK_TYPE_UNSPECIFIED"
      ]
    },
    "signalStrengthDbm": {
      "type": "integer",
      "description": "Signal strength in dBm."
    },
    "gatewayIpAddress": {
      "type": "string",
      "description": "Gateway IP address."
    },
    "lanIpAddress": {
      "type": "string",
      "description": "LAN IP address of the device."
    },
    "transmissionBitRateMbps": {
      "type": "string",
      "format": "int64",
      "description": "Transmission speed in Mbps."
    },
    "receivingBitRateMbps": {
      "type": "string",
      "format": "int64",
      "description": "Receiving speed in Mbps."
    },
    "wifiLinkQuality": {
      "type": "string",
      "description": "WiFi link quality percentage."
    },
    "wifiPowerManagementEnabled": {
      "type": "boolean",
      "description": "Whether WiFi power management is enabled."
    },
    "sampleFrequency": {
      "type": "string",
      "description": "Sampling frequency of the report."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-chrome-networkstatusreport"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.