summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-11 17:42:57 +0100
committerRory& <root@rory.gay>2026-01-11 17:42:57 +0100
commit7fb017dd58f3bcbb1f12bc1b8073e5cd648c9497 (patch)
treee6b65e08b73c023925ba2cc693755471237463fa
parentSync CS db model (diff)
downloadserver-ts-7fb017dd58f3bcbb1f12bc1b8073e5cd648c9497.tar.xz
Exclude captcha response schemas, KeySchema
-rw-r--r--scripts/schemaExclusions.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json

index 64e2bbf0..06ea1e74 100644 --- a/scripts/schemaExclusions.json +++ b/scripts/schemaExclusions.json
@@ -45,8 +45,12 @@ "LibraryLocalResponse", "SchemaTraits", "TraitsSchema", + "AbuseIpDbBlacklistResponse", "AbuseIpDbCheckResponse", - "IpDataIpLookupResponse" + "IpDataIpLookupResponse", + "recaptchaResponse", + "hcaptchaResponse", + "KeySchema" ], "manualRe": [ ".*\\.Response$",