Censys · Schema

Lpd

Lpd schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
jobs object
long_state string
lpd_message object
printer string
raw string
short_state string
text string
View JSON Schema on GitHub

JSON Schema

platform-lpd-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-lpd-schema.json",
  "title": "Lpd",
  "description": "Lpd schema from Censys Platform 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
}