{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-webpropertyasset-structure.json", "name": "WebpropertyAsset", "description": "WebpropertyAsset schema from Censys Platform API", "type": "object", "required": [ "resource", "extensions" ], "additionalProperties": false, "properties": { "extensions": { "type": "object", "additionalProperties": {} }, "resource": { "$ref": "#/components/schemas/Webproperty" } } }