Juniper Networks · Schema

ResourceRef

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
uuid string
fq_name array
href string
View JSON Schema on GitHub

JSON Schema

juniper-resourceref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceRef",
  "title": "ResourceRef",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "format": "uuid"
    },
    "fq_name": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "href": {
      "type": "string",
      "format": "uri"
    }
  }
}