{
  "description": "IPAddressSpec describe the attributes in an IP Address.",
  "properties": {
    "parentRef": {
      "description": "ParentReference describes a reference to a parent object.",
      "properties": {
        "group": {
          "description": "Group is the group of the object being referenced.",
          "type": [
            "string",
            "null"
          ]
        },
        "name": {
          "description": "Name is the name of the object being referenced.",
          "type": "string"
        },
        "namespace": {
          "description": "Namespace is the namespace of the object being referenced.",
          "type": [
            "string",
            "null"
          ]
        },
        "resource": {
          "description": "Resource is the resource of the object being referenced.",
          "type": "string"
        }
      },
      "required": [
        "resource",
        "name"
      ],
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "parentRef"
  ],
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}