You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed validating 'pattern' in schema[2]:
{'pattern': '^([^,]+)(,[^,]+)*$', 'type': 'string'}
On instance:
''
=================
But kometa runs without issues, hence I think the validation within the schema should allow : '' for certain fields within the settings: section of the config.yml file
The text was updated successfully, but these errors were encountered:
Link to File
https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
Version Number
2.0.1
What branch are you on?
nightly
Describe the Bug
json.schema fails to validate when config.yml has this:
'' does not match '^([^,]+)(,[^,]+)*$'
Failed validating 'pattern' in schema[2]:
{'pattern': '^([^,]+)(,[^,]+)*$', 'type': 'string'}
On instance:
''
=================
But kometa runs without issues, hence I think the validation within the schema should allow
: ''
for certain fields within thesettings:
section of the config.yml fileThe text was updated successfully, but these errors were encountered: