{
  "description": "PodSchedulingGate is associated to a Pod to guard its scheduling.",
  "properties": {
    "name": {
      "description": "Name of the scheduling gate. Each scheduling gate must have a unique name field.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}