{
  "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.",
  "properties": {
    "matchExpressions": {
      "description": "A list of node selector requirements by node's labels.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.26.13/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "matchFields": {
      "description": "A list of node selector requirements by node's fields.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.26.13/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "type": "object",
  "x-kubernetes-map-type": "atomic",
  "$schema": "http://json-schema.org/schema#"
}