Censys · JSON Structure

Platform Chromedevtools Structure

ChromeDevtools schema from Censys Platform API

Type: object Properties: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ChromeDevtools is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

browser protocol_version targets user_agent v8_version webkit_version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-chromedevtools-structure.json",
  "name": "ChromeDevtools",
  "description": "ChromeDevtools schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "browser": {
      "type": "string"
    },
    "protocol_version": {
      "type": "string"
    },
    "targets": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/ChromeDevtools_Target"
      }
    },
    "user_agent": {
      "type": "string"
    },
    "v8_version": {
      "type": "string"
    },
    "webkit_version": {
      "type": "string"
    }
  }
}