{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-snmp-structure.json", "name": "Snmp", "description": "Snmp schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "engine": { "$ref": "#/components/schemas/Snmp_Engine" }, "oid_interfaces": { "description": "1.3.6.1.2.1.2 - Interfaces", "$ref": "#/components/schemas/Snmp_Interfaces" }, "oid_physical": { "description": "1.3.6.1.2.1.47.1.1.1.1 - Entity Physical", "$ref": "#/components/schemas/Snmp_Physical" }, "oid_system": { "description": "1.3.6.1.2.1.1 - System Variables", "$ref": "#/components/schemas/Snmp_System" }, "versions": { "type": [ "array", "null" ], "items": { "type": "string" } } } }