Censys · Schema

UserNotice

UserNotice schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
explicit_text string
notice_reference object
View JSON Schema on GitHub

JSON Schema

asset-graph-usernotice-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/asset-graph-usernotice-schema.json",
  "title": "UserNotice",
  "description": "UserNotice schema from Asset Graph API",
  "type": "object",
  "properties": {
    "explicit_text": {
      "type": "string"
    },
    "notice_reference": {
      "$ref": "#/components/schemas/NoticeReference"
    }
  },
  "additionalProperties": false
}