Censys · JSON Structure

Platform Replaycapabilities Structure

ReplayCapabilities schema from Censys Platform API

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

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

Properties

reverse_playback rtp_rtsp_tcp session_timeout_range

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-replaycapabilities-structure.json",
  "name": "ReplayCapabilities",
  "description": "ReplayCapabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "reverse_playback": {
      "type": "boolean"
    },
    "rtp_rtsp_tcp": {
      "type": "boolean"
    },
    "session_timeout_range": {
      "type": "string"
    }
  }
}