Juniper Networks · Schema

BlueprintNode

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
id string
type string
label string
role string
system_id string
system_type string
deploy_mode string
View JSON Schema on GitHub

JSON Schema

juniper-blueprintnode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlueprintNode",
  "title": "BlueprintNode",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "system_type": {
      "type": "string"
    },
    "deploy_mode": {
      "type": "string"
    }
  }
}