mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
schema: add htmldecode & htmlencode
This commit is contained in:
parent
17c1a19ef5
commit
40e98be02a
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@
|
|||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"enum": ["querystring", "timeparse", "dateparse", "regexp", "re_replace", "split", "replace", "trim", "prepend", "append", "tolower", "toupper", "urldecode", "urlencode", "timeago", "reltime", "fuzzytime", "validfilename", "diacritics", "jsonjoinarray", "hexdump", "strdump", "validate"]
|
||||
"enum": ["querystring", "timeparse", "dateparse", "regexp", "re_replace", "split", "replace", "trim", "prepend", "append", "tolower", "toupper", "urldecode", "urlencode", "htmldecode", "htmlencode", "timeago", "reltime", "fuzzytime", "validfilename", "diacritics", "jsonjoinarray", "hexdump", "strdump", "validate"]
|
||||
},
|
||||
"args": {
|
||||
"oneOf": [
|
||||
|
|
Loading…
Add table
Reference in a new issue