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
@jonathanmorley had raised a PR #689 to merge JSON schema for validating settings.yml. This is a great start! And @luvsaxena1, @zpratt, @primetheus, have also done various implementations of schema validation checks in their environments to catch errors in the settings yaml -- in the IDE or during the PR check.
I am new to this and I've been looking through the docs for Zod (Which Zach has been using) and AJV (Which I found via search).
I created this issue to allow us to collaborate and take their work and have some sort of schema validation in safe-settings.
The text was updated successfully, but these errors were encountered:
@jonathanmorley had raised a PR #689 to merge JSON schema for validating
settings.yml
. This is a great start! And @luvsaxena1, @zpratt, @primetheus, have also done various implementations of schema validation checks in their environments to catch errors in the settings yaml -- in the IDE or during the PR check.I am new to this and I've been looking through the docs for Zod (Which Zach has been using) and AJV (Which I found via search).
I created this issue to allow us to collaborate and take their work and have some sort of schema validation in safe-settings.
The text was updated successfully, but these errors were encountered: