diff --git a/idn/v3/schemas/AccessRequestConfig.yaml b/idn/v3/schemas/AccessRequestConfig.yaml
index 95722b52..bd809741 100644
--- a/idn/v3/schemas/AccessRequestConfig.yaml
+++ b/idn/v3/schemas/AccessRequestConfig.yaml
@@ -10,6 +10,11 @@ properties:
     description: If this is true and the requester and reviewer are the same, the request is automatically approved. 
     default: false
     example: true
+  reauthorizationEnabled:
+    type: boolean
+    description: If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state.
+    default: false
+    example: true
   requestOnBehalfOfConfig:
     $ref: './RequestOnBehalfOfConfig.yaml'
     description: Request On Behalf Of configuration.