{
  "description": "IngressServiceBackend references a Kubernetes Service as a Backend.",
  "properties": {
    "name": {
      "description": "name is the referenced service. The service must exist in the same namespace as the Ingress object.",
      "type": [
        "string",
        "null"
      ]
    },
    "port": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.33.7/_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort",
      "description": "port of the referenced service. A port name or port number is required for a IngressServiceBackend."
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}