{
  "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
  "properties": {
    "ranges": {
      "description": "ranges are the allowed ranges of fs groups.  If you would like to force a single fs group 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.23.13/_definitions.json#/definitions/io.k8s.api.policy.v1beta1.IDRange"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "rule": {
      "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}