{
  "description": "PodGroupPolicy defines the scheduling configuration for a PodGroup.",
  "properties": {
    "basic": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1alpha1.BasicSchedulingPolicy",
      "description": "Basic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior."
    },
    "gang": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1alpha1.GangSchedulingPolicy",
      "description": "Gang specifies that the pods in this group should be scheduled using all-or-nothing semantics."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}