{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-snmp-system-structure.json", "name": "Snmp_System", "description": "Snmp_System schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "contact": { "type": "string", "description": "1.3.6.1.2.1.1.4 - Contact info" }, "desc": { "type": "string", "description": "1.3.6.1.2.1.1.1 - Description of entity" }, "init_time": { "type": "int32", "description": "1.3.6.1.2.1.1.3 - 1/100ths of sec", "minimum": 0 }, "location": { "type": "string", "description": "1.3.6.1.2.1.1.6 - Physical location" }, "name": { "type": "string", "description": "1.3.6.1.2.1.1.5 - Name, usually FQDN" }, "object_id": { "type": "string", "description": "1.3.6.1.2.1.1.2 - Vendor ID" }, "services": { "description": "1.3.6.1.2.1.1.7 - Set of services offered by entity", "$ref": "#/components/schemas/Snmp_System_Services" } } }