Update data.schema.json

Remove deprecated username_unclaimed from schema
This commit is contained in:
shreyasNaik0101 2025-10-08 19:31:46 +05:30 committed by GitHub
parent 818cab7f5b
commit 184681eb06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
"urlMain": { "type": "string" },
"urlProbe": { "type": "string" },
"username_claimed": { "type": "string" },
"username_unclaimed": { "type": "string" },
"regexCheck": { "type": "string" },
"isNSFW": { "type": "boolean" },
"headers": { "type": "object" },