Censys · JSON Structure

Asset Graph Steam Structure

Steam schema from Asset Graph API

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

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

Properties

broadcasting_active connect_port content_cache_port download_lan_peer_group enabled_services euniverse games_running hostname ip_addresses is64bit mac_addresses min_version ostype public_ip_address remoteplay_active screen_locked steam_deck steam_version supported_services users version vr_active vr_link_caps

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-steam-structure.json",
  "name": "Steam",
  "description": "Steam schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "broadcasting_active": {
      "type": "boolean"
    },
    "connect_port": {
      "type": "int32",
      "minimum": 0
    },
    "content_cache_port": {
      "type": "int32",
      "minimum": 0
    },
    "download_lan_peer_group": {
      "type": "int32",
      "minimum": 0
    },
    "enabled_services": {
      "type": "int32",
      "minimum": 0
    },
    "euniverse": {
      "type": "int32"
    },
    "games_running": {
      "type": "boolean"
    },
    "hostname": {
      "type": "string"
    },
    "ip_addresses": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "is64bit": {
      "type": "boolean"
    },
    "mac_addresses": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "min_version": {
      "type": "int32"
    },
    "ostype": {
      "type": "int32"
    },
    "public_ip_address": {
      "type": "string"
    },
    "remoteplay_active": {
      "type": "boolean"
    },
    "screen_locked": {
      "type": "boolean"
    },
    "steam_deck": {
      "type": "boolean"
    },
    "steam_version": {
      "type": "string"
    },
    "supported_services": {
      "type": "int32",
      "minimum": 0
    },
    "users": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/User"
      }
    },
    "version": {
      "type": "int32"
    },
    "vr_active": {
      "type": "boolean"
    },
    "vr_link_caps": {
      "type": "string"
    }
  }
}