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
The validate-config.js script's purpose is schema validation. Instead of custom logic that's hard to maintain, let's use jsonschema and describe the valid states of our package file extension using JSON Schema.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Use premade NPM package for JSON schema validation.
Use premade NPM package for JSON schema validation. (OSOE-406)
Oct 20, 2022
Followup to OSOE-84.
The validate-config.js script's purpose is schema validation. Instead of custom logic that's hard to maintain, let's use jsonschema and describe the valid states of our package file extension using JSON Schema.
The detected errors should be displayed as MSBuild errors using the handleErrorObject or handleErrorMessage functions from this repo (see OSOE-92)
Once done, we should review if we use custom JSON structures anywhere else and if so, create schemas for them as well.
Jira issue
The text was updated successfully, but these errors were encountered: