{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-sevendaystodie-schema.json", "title": "SevenDaysToDie", "description": "SevenDaysToDie schema from Censys Platform API", "type": "object", "properties": { "game_name": { "type": "string" }, "game_type": { "type": "string" }, "region": { "type": "string" }, "server_url": { "type": "string" }, "server_version": { "type": "string" }, "steam_id": { "type": "string" }, "version": { "type": "string" } }, "additionalProperties": false }