high-family-71209
03/16/2022, 1:06 PMschema_pattern:
deny:
- '.*'
allow:
- 'myschema.*'high-family-71209
03/16/2022, 1:10 PMplain-farmer-27314
03/16/2022, 1:15 PM.* will deny everything, is that your intention here?high-family-71209
03/16/2022, 1:17 PMplain-farmer-27314
03/16/2022, 1:27 PMmyschema.* will only parse schemas that match that regex, no need to also say "and deny everything else"helpful-optician-78938
03/16/2022, 6:26 PM