Lpd schema from Asset Graph API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-lpd-schema.json", "title": "Lpd", "description": "Lpd schema from Asset Graph API", "type": "object", "properties": { "jobs": { "$ref": "#/components/schemas/LpdMessage" }, "long_state": { "type": "string" }, "lpd_message": { "$ref": "#/components/schemas/LpdMessage" }, "printer": { "type": "string" }, "raw": { "type": "string" }, "short_state": { "type": "string" }, "text": { "type": "string" } }, "additionalProperties": false }