Censys · JSON Structure

Platform Bacnet Structure

Bacnet schema from Censys Platform API

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

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

Properties

application_software_revision description firmware_revision instance_number location model_name object_name vendor_id vendor_name

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-bacnet-structure.json",
  "name": "Bacnet",
  "description": "Bacnet schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "application_software_revision": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "firmware_revision": {
      "type": "string"
    },
    "instance_number": {
      "type": "int32",
      "minimum": 0
    },
    "location": {
      "type": "string"
    },
    "model_name": {
      "type": "string"
    },
    "object_name": {
      "type": "string"
    },
    "vendor_id": {
      "type": "int32",
      "minimum": 0
    },
    "vendor_name": {
      "type": "string"
    }
  }
}