Juniper Networks · Schema

ChassisModule

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
name string
version string
part-number string
serial-number string
description string
model-number string
chassis-sub-module array
View JSON Schema on GitHub

JSON Schema

juniper-chassismodule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChassisModule",
  "title": "ChassisModule",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "part-number": {
      "type": "string"
    },
    "serial-number": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "model-number": {
      "type": "string"
    },
    "chassis-sub-module": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "serial-number": {
            "type": "string"
          }
        }
      }
    }
  }
}