Censys · Schema

FieldDiff

FieldDiff schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
new string
old string
View JSON Schema on GitHub

JSON Schema

platform-fielddiff-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-fielddiff-schema.json",
  "title": "FieldDiff",
  "description": "FieldDiff schema from Censys Platform API",
  "type": "object",
  "properties": {
    "new": {
      "type": "string"
    },
    "old": {
      "type": "string"
    }
  },
  "additionalProperties": false
}