{
  "description": "SelfSubjectAccessReviewSpec is a description of the access request.  Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set",
  "properties": {
    "nonResourceAttributes": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.34.3/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes",
      "description": "NonResourceAttributes describes information for a non-resource access request"
    },
    "resourceAttributes": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.34.3/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes",
      "description": "ResourceAuthorizationAttributes describes information for a resource access request"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}