Juniper Networks · Schema

ObjectRef

AutomationCloudData CenterEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
href string Resource URL.
fq_name array Fully qualified name path (domain, project, name).
uuid string Object UUID.
View JSON Schema on GitHub

JSON Schema

juniper-networks-objectref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectRef",
  "title": "ObjectRef",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "uri",
      "description": "Resource URL."
    },
    "fq_name": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Fully qualified name path (domain, project, name)."
    },
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "Object UUID."
    }
  }
}