Censys · Schema

Bacnet

Bacnet schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
application_software_revision string
description string
firmware_revision string
instance_number integer
location string
model_name string
object_name string
vendor_id integer
vendor_name string
View JSON Schema on GitHub

JSON Schema

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