{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", 
  "properties": {
    "ranges": {
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.IDRange"
      }, 
      "type": [
        "array", 
        "null"
      ], 
      "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."
    }, 
    "rule": {
      "type": [
        "string", 
        "null"
      ], 
      "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext."
    }
  }
}