mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
Update config-schema.json to fix starting and ending
This commit is contained in:
parent
f829ecbedb
commit
fcc4439664
1 changed files with 3 additions and 3 deletions
|
@ -1491,13 +1491,13 @@
|
|||
"starting": {
|
||||
"oneOf": [
|
||||
{ "type": "integer", "minimum": 0 },
|
||||
{ "type": "string", "pattern": "^(current_year(-\\d+)?|first)$" }
|
||||
{ "type": "string", "pattern": "^(current_year(\\s*-\\s*\\d+)?)$|^(first(\\s*\\+\\s*\\d+)?)$|^(latest(\\s*-\\s*\\d+)?)$" }
|
||||
]
|
||||
},
|
||||
"ending": {
|
||||
"oneOf": [
|
||||
{ "type": "integer", "minimum": 1 },
|
||||
{ "type": "string", "pattern": "^(current_year(-\\d+)?|first)$" }
|
||||
{ "type": "string", "pattern": "^(current_year(\\s*-\\s*\\d+)?)$|^(first(\\s*\\+\\s*\\d+)?)$|^(latest(\\s*-\\s*\\d+)?)$" }
|
||||
]
|
||||
},
|
||||
"increment": { "type": "integer", "minimum": 0 },
|
||||
|
|
Loading…
Reference in a new issue