Censys · Schema

SapRouter_RouterVersionInfo

SapRouter_RouterVersionInfo schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
name string
release integer
version integer
View JSON Schema on GitHub

JSON Schema

platform-saprouter-routerversioninfo-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-saprouter-routerversioninfo-schema.json",
  "title": "SapRouter_RouterVersionInfo",
  "description": "SapRouter_RouterVersionInfo schema from Censys Platform API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "release": {
      "format": "int64",
      "minimum": 0,
      "type": "integer"
    },
    "version": {
      "format": "int64",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}