Censys · JSON Structure

Platform Sourceusagebreakdown Structure

SourceUsageBreakdown schema from Censys Platform API

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

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

Properties

api auto_replenishment other ui

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-sourceusagebreakdown-structure.json",
  "name": "SourceUsageBreakdown",
  "description": "SourceUsageBreakdown schema from Censys Platform API",
  "type": "object",
  "required": [
    "ui",
    "api"
  ],
  "additionalProperties": false,
  "properties": {
    "api": {
      "type": "int64",
      "description": "The amount of credits consumed through the Platform API."
    },
    "auto_replenishment": {
      "type": "int64",
      "description": "The amount of credits consumed through auto-replenishment."
    },
    "other": {
      "type": "int64",
      "description": "The amount of credits consumed through other operations."
    },
    "ui": {
      "type": "int64",
      "description": "The amount of credits consumed through the Platform UI."
    }
  }
}