Censys · JSON Structure

Platform Tibia Structure

Tibia schema from Censys Platform API

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

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

Properties

client_version location login_ip login_port name server url version

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-tibia-structure.json",
  "name": "Tibia",
  "description": "Tibia schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "client_version": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "login_ip": {
      "type": "string"
    },
    "login_port": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "server": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}