{
  "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.",
  "required": [
    "rule"
  ],
  "properties": {
    "ranges": {
      "description": "Ranges are the allowed ranges of uids that may be used.",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.IDRange"
      }
    },
    "rule": {
      "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}