Censys · Schema

Upnp_SpecVersion

Upnp_SpecVersion schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
major string
minor string
View JSON Schema on GitHub

JSON Schema

platform-upnp-specversion-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-specversion-schema.json",
  "title": "Upnp_SpecVersion",
  "description": "Upnp_SpecVersion schema from Censys Platform API",
  "type": "object",
  "properties": {
    "major": {
      "type": "string"
    },
    "minor": {
      "type": "string"
    }
  },
  "additionalProperties": false
}