{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-user-schema.json", "title": "User", "description": "User schema from Asset Graph API", "type": "object", "properties": { "auth_key_id": { "type": "string" }, "steamid": { "type": "string" } }, "additionalProperties": false }