feat(asc): add json schema cmd and output

This commit adds a command to output a JSON Schema for the
applications.yaml file maintained in the
komorebi-application-specific-configuration repo, and also adds an
up-to-date version of the JSON Schema as a file in the root of this
repository so that users can reference it as an autocompletion source.
This commit is contained in:
LGUG2Z
2023-12-02 13:42:21 -08:00
parent 8980e3b16e
commit 5a99a688a6
4 changed files with 146 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ pub enum SocketMessage {
ToggleTitleBars,
AddSubscriber(String),
RemoveSubscriber(String),
ApplicationSpecificConfigurationSchema,
NotificationSchema,
SocketSchema,
StaticConfigSchema,