{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-cwmp-structure.json", "name": "Cwmp", "description": "Cwmp schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "auth": { "type": [ "array", "null" ], "items": { "type": "string" } }, "cookies": { "type": [ "array", "null" ], "items": { "type": "string" } }, "server": { "type": "string" } } }