| ``noticeSpaceKeys`` | optional, array[string] |
This parameter is ignored for the ‘Global’ schema because it doesn't have a plan key.
Plan keys of the 'DailyPlan' schema have the format YYYY-MM-DD.
Each string of the array can be a glob pattern of that supports '*' and '?' as wildcards where
- * : match zero or more characters
- ? : match any single character
| ["2025-02-*"] | |