Censys · Schema

Stun_Turn

Stun_Turn schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
allocate_error_response object
allocate_success_response object
response_type integer
response_type_name string
View JSON Schema on GitHub

JSON Schema

platform-stun-turn-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-stun-turn-schema.json",
  "title": "Stun_Turn",
  "description": "Stun_Turn schema from Censys Platform API",
  "type": "object",
  "properties": {
    "allocate_error_response": {
      "$ref": "#/components/schemas/Stun_Turn_AllocateErrorResponse"
    },
    "allocate_success_response": {
      "$ref": "#/components/schemas/Stun_Turn_AllocateSuccessResponse"
    },
    "response_type": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "response_type_name": {
      "type": "string"
    }
  },
  "additionalProperties": false
}