{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-snmp-physical-structure.json", "name": "Snmp_Physical", "description": "Snmp_Physical schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "firmware_rev": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.9 - Firmware revision string" }, "hardware_rev": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.8 - Hardware revision string" }, "mfg_name": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.12 - Name of mfg" }, "model_name": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.13 - Model name of component" }, "name": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.7 - Entity name" }, "serial_num": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.11 - Serial number string" }, "software_rev": { "type": "string", "description": "1.3.6.1.2.1.47.1.1.1.1.10 - Software revision string" } } }