Censys · JSON Structure

Platform Censeyeresult Structure

CenseyeResult schema from Censys Platform API

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

CenseyeResult is a JSON Structure definition published by Censys, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count field_value_pairs

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-censeyeresult-structure.json",
  "name": "CenseyeResult",
  "description": "CenseyeResult schema from Censys Platform API",
  "type": "object",
  "required": [
    "count",
    "field_value_pairs"
  ],
  "additionalProperties": false,
  "properties": {
    "count": {
      "type": "double",
      "description": "Number of matching documents for this field-value combination."
    },
    "field_value_pairs": {
      "type": [
        "array",
        "null"
      ],
      "description": "The field-value pairs that were counted.",
      "items": {
        "$ref": "#/components/schemas/FieldValuePair"
      }
    }
  }
}