Censys · Schema

ChromeDevtools

ChromeDevtools schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
browser string
protocol_version string
targets arraynull
user_agent string
v8_version string
webkit_version string
View JSON Schema on GitHub

JSON Schema

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