Censys · Schema

SevenDaysToDie

SevenDaysToDie schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
game_name string
game_type string
region string
server_url string
server_version string
steam_id string
version string
View JSON Schema on GitHub

JSON Schema

asset-graph-sevendaystodie-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/asset-graph-sevendaystodie-schema.json",
  "title": "SevenDaysToDie",
  "description": "SevenDaysToDie schema from Asset Graph 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
}