{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-tibia-structure.json", "name": "Tibia", "description": "Tibia schema from Asset Graph 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" } } }