{
  "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
  "properties": {
    "podAffinityTerm": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm",
      "description": "Required. A pod affinity term, associated with the corresponding weight."
    },
    "weight": {
      "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    }
  },
  "required": [
    "weight",
    "podAffinityTerm"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}