{
  "description": "IPAddressSpec describe the attributes in an IP Address.",
  "properties": {
    "parentRef": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.networking.v1beta1.ParentReference",
      "description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
    }
  },
  "required": [
    "parentRef"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}