Censys · Schema

OpcUa_Description

OpcUa_Description schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
application_name object
application_type integer
application_uri string
discovery_profile_uri string
discovery_urls arraynull
gateway_server_uri string
product_uri string
View JSON Schema on GitHub

JSON Schema

platform-opcua-description-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-opcua-description-schema.json",
  "title": "OpcUa_Description",
  "description": "OpcUa_Description schema from Censys Platform API",
  "type": "object",
  "properties": {
    "application_name": {
      "$ref": "#/components/schemas/OpcUa_LocalizedText"
    },
    "application_type": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "application_uri": {
      "type": "string"
    },
    "discovery_profile_uri": {
      "type": "string"
    },
    "discovery_urls": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "gateway_server_uri": {
      "type": "string"
    },
    "product_uri": {
      "type": "string"
    }
  },
  "additionalProperties": false
}