{
  "description": "ServiceBackendPort is the service port being referenced.",
  "properties": {
    "name": {
      "description": "name is the name of the port on the Service. This is a mutually exclusive setting with \"Number\".",
      "type": [
        "string",
        "null"
      ]
    },
    "number": {
      "description": "number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with \"Name\".",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    }
  },
  "type": "object",
  "x-kubernetes-map-type": "atomic",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}