Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Defaults]: json.schema needs an update #2075

Open
bullmoose20 opened this issue May 28, 2024 · 0 comments
Open

[Defaults]: json.schema needs an update #2075

bullmoose20 opened this issue May 28, 2024 · 0 comments
Assignees

Comments

@bullmoose20
Copy link
Contributor

bullmoose20 commented May 28, 2024

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:

  ignore_ids: ''
  ignore_imdb_ids: ''
  playlist_exclude_users: ''

image

'' 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 the settings: section of the config.yml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants