{
  "$schema": "http://json-schema.org/schema#", 
  "required": [
    "rule"
  ], 
  "type": "object", 
  "description": "SELinux  Strategy Options defines the strategy type and any options used to create the strategy.", 
  "properties": {
    "seLinuxOptions": {
      "description": "seLinuxOptions required to run as; required for MustRunAs More info: https://git.k8s.io/community/contributors/design-proposals/security_context.md", 
      "$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.SELinuxOptions"
    }, 
    "rule": {
      "type": [
        "string", 
        "null"
      ], 
      "description": "type is the strategy that will dictate the allowable labels that may be set."
    }
  }
}