summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/schema.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/schema.js b/scripts/schema.js

index ff3280ac..74ef908c 100644 --- a/scripts/schema.js +++ b/scripts/schema.js
@@ -72,6 +72,7 @@ function main() { (x.endsWith("Schema") || x.endsWith("Response") || x.startsWith("API")) && + !x.startsWith("AP") && !Excluded.includes(x) ); });