Censys · JSON Structure

Asset Graph Sevendaystodie Structure

SevenDaysToDie schema from Asset Graph API

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

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

Properties

game_name game_type region server_url server_version steam_id 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/asset-graph-sevendaystodie-structure.json",
  "name": "SevenDaysToDie",
  "description": "SevenDaysToDie schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "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"
    }
  }
}