Juniper Networks · Schema

Tag

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
tagId integer
name string
type string
description string
View JSON Schema on GitHub

JSON Schema

juniper-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tag",
  "title": "Tag",
  "type": "object",
  "properties": {
    "tagId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "public",
        "private"
      ]
    },
    "description": {
      "type": "string"
    }
  }
}