{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-dhcpdiscover-responseparams-schema.json", "title": "Dhcpdiscover_ResponseParams", "description": "Dhcpdiscover_ResponseParams schema from Asset Graph API", "type": "object", "properties": { "device_info": { "$ref": "#/components/schemas/Dhcpdiscover_DeviceInfo" } }, "additionalProperties": false }