Censys · Schema

Sip

Sip schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
code integer
server string Server software reported by service
status string
version string SIP version
View JSON Schema on GitHub

JSON Schema

asset-graph-sip-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-sip-schema.json",
  "title": "Sip",
  "description": "Sip schema from Asset Graph API",
  "type": "object",
  "properties": {
    "code": {
      "format": "int32",
      "type": "integer"
    },
    "server": {
      "description": "Server software reported by service",
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "description": "SIP version",
      "type": "string"
    }
  },
  "additionalProperties": false
}