Censys · JSON Structure

Platform Searchaggregateresponsebucket Structure

SearchAggregateResponseBucket schema from Censys Platform API

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

SearchAggregateResponseBucket 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 key

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-searchaggregateresponsebucket-structure.json",
  "name": "SearchAggregateResponseBucket",
  "description": "SearchAggregateResponseBucket schema from Censys Platform API",
  "type": "object",
  "required": [
    "key",
    "count"
  ],
  "additionalProperties": false,
  "properties": {
    "count": {
      "type": "int64"
    },
    "key": {
      "type": "string"
    }
  }
}