Censys · Schema

Upnp

Upnp schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
devices arraynull
endpoint string
headers object
spec object
View JSON Schema on GitHub

JSON Schema

platform-upnp-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-upnp-schema.json",
  "title": "Upnp",
  "description": "Upnp schema from Censys Platform API",
  "type": "object",
  "properties": {
    "devices": {
      "items": {
        "$ref": "#/components/schemas/Upnp_Device"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "endpoint": {
      "type": "string"
    },
    "headers": {
      "additionalProperties": {
        "$ref": "#/components/schemas/Http_RepeatedHeaders"
      },
      "type": "object"
    },
    "spec": {
      "$ref": "#/components/schemas/Upnp_SpecVersion"
    }
  },
  "additionalProperties": false
}