mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-10 02:00:29 -04:00
This fixes two issues with profiles.schema.json: * The `$schema` should not end in a `#` * `$defs` is the official reserved keyword for schema re-use See: http://json-schema.org/draft/2020-12/json-schema-core.html ## PR Checklist * [x] I work here * [x] Tests added/passed * [x] Schema updated ## Validation Steps Performed The previous schema didn't pass https://jschon.dev/, the new schema does.