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

fix(config): add $schema property as optional string #207

Open
turbocrime opened this issue Apr 19, 2024 · 1 comment
Open

fix(config): add $schema property as optional string #207

turbocrime opened this issue Apr 19, 2024 · 1 comment

Comments

@turbocrime
Copy link

turbocrime commented Apr 19, 2024

Description

  1. create any valid syncpack config json
  2. add "$schema": "https://unpkg.com/syncpack@12.3.0/dist/schema.json" to your config
  3. the schema fails to validate due to the presence of a $schema field

Suggested Solution

include "$schema": { "type": "string" } in your schema properties

@JamieMason
Copy link
Owner

Thanks @turbocrime 👍

@JamieMason JamieMason changed the title syncpack json schema does not permit $schema property fix(config): add $schema property as optional string May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants