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
* Define `$schema` property in regular `properties` rather than in `patternProperties`
* Simplify plugin schema with `default` instead of an enum + allowed free text
* Simplify wheel-slot and capability schemas with `discriminator` and `oneOf`
* Fix required and additional properties
* Define `type` and `pattern` in the same object
* Simplify `oneOf`
* Replace some `$comment`s with `description`s → will be shown in VS Code
0 commit comments