{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-jarmscanned-structure.json", "name": "JarmScanned", "description": "JarmScanned schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "diff": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/FieldDiff" } }, "scan": { "$ref": "#/components/schemas/JarmScan" } } }