Censys · JSON Structure

Asset Graph Webpropertyidentifier Structure

WebPropertyIdentifier schema from Asset Graph API

Type: object Properties: 2 Required: 2
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

WebPropertyIdentifier is a JSON Structure definition published by Censys, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

hostname port

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-webpropertyidentifier-structure.json",
  "name": "WebPropertyIdentifier",
  "description": "WebPropertyIdentifier schema from Asset Graph API",
  "type": "object",
  "required": [
    "hostname",
    "port"
  ],
  "additionalProperties": false,
  "properties": {
    "hostname": {
      "type": "string",
      "description": "Hostname of the web property"
    },
    "port": {
      "type": "int32",
      "description": "Port of the web property",
      "minimum": 0
    }
  }
}