Skip to content

Commit

Permalink
Disallow other $ keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 6, 2024
1 parent 0446779 commit d118c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sherlock/resources/data.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"title": "Sherlock Targets",
"description": "Social media target to probe for existence of usernames",
"type": "object",
"properties": {
"$schema": { "type": "string" }
},
"patternProperties": {
"^(?!\\$).*?$": {
"type": "object",
Expand Down Expand Up @@ -70,6 +73,7 @@
"additionalProperties": false
}
},
"additionalProperties": false,
"$defs": {
"tag": { "type": "string", "enum": [ "adult", "gaming" ] }
}
Expand Down

0 comments on commit d118c1c

Please sign in to comment.