{
  "description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.",
  "properties": {
    "ranges": {
      "description": "ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.24.13/_definitions.json#/definitions/io.k8s.api.policy.v1beta1.IDRange"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "rule": {
      "description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "rule"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}