Censys · JSON Structure

Platform Weblogict3 Structure

WeblogicT3 schema from Censys Platform API

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

WeblogicT3 is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error error_message weblogic_version

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/platform-weblogict3-structure.json",
  "name": "WeblogicT3",
  "description": "WeblogicT3 schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "error": {
      "type": "string"
    },
    "error_message": {
      "type": "string"
    },
    "weblogic_version": {
      "type": "string"
    }
  }
}