[PR #584] [MERGED] JSON Schema #2220

Closed
opened 2026-05-22 22:56:11 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/584
Author: @JakeStanger
Created: 5/10/2024
Status: Merged
Merged: 5/31/2024
Merged by: @JakeStanger

Base: masterHead: docs/conf-schema


📝 Commits (1)

  • 36d724f feat(config): json schema support

📊 Changes

36 files changed (+230 additions, -15 deletions)

View changed files

📝 .github/workflows/deploy.yml (+49 -11)
.github/workflows/schema.yml (+41 -0)
📝 Cargo.lock (+42 -0)
📝 Cargo.toml (+5 -0)
📝 docs/Compiling.md (+3 -0)
📝 docs/Configuration guide.md (+8 -1)
📝 examples/config.json (+1 -0)
📝 examples/config.yaml (+1 -0)
📝 src/cli.rs (+6 -0)
📝 src/config/common.rs (+3 -0)
📝 src/config/mod.rs (+9 -0)
📝 src/config/truncate.rs (+2 -0)
📝 src/dynamic_value/dynamic_bool.rs (+1 -0)
📝 src/main.rs (+7 -0)
📝 src/modules/cairo.rs (+1 -0)
📝 src/modules/clipboard.rs (+1 -0)
📝 src/modules/clock.rs (+1 -0)
📝 src/modules/custom/box.rs (+1 -0)
📝 src/modules/custom/button.rs (+1 -0)
📝 src/modules/custom/image.rs (+1 -0)

...and 16 more files

📄 Description

This PR includes the necessary code changes, CI changes and documentation to generate and deploy a full JSON schema for each release and the master branch, which can be used within config files for autocomplete and type checking.

Resolves #541


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/584 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/10/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `docs/conf-schema` --- ### 📝 Commits (1) - [`36d724f`](https://github.com/JakeStanger/ironbar/commit/36d724f148ed8ebe84cbb3c3e25cd4a361d94e66) feat(config): json schema support ### 📊 Changes **36 files changed** (+230 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy.yml` (+49 -11) ➕ `.github/workflows/schema.yml` (+41 -0) 📝 `Cargo.lock` (+42 -0) 📝 `Cargo.toml` (+5 -0) 📝 `docs/Compiling.md` (+3 -0) 📝 `docs/Configuration guide.md` (+8 -1) 📝 `examples/config.json` (+1 -0) 📝 `examples/config.yaml` (+1 -0) 📝 `src/cli.rs` (+6 -0) 📝 `src/config/common.rs` (+3 -0) 📝 `src/config/mod.rs` (+9 -0) 📝 `src/config/truncate.rs` (+2 -0) 📝 `src/dynamic_value/dynamic_bool.rs` (+1 -0) 📝 `src/main.rs` (+7 -0) 📝 `src/modules/cairo.rs` (+1 -0) 📝 `src/modules/clipboard.rs` (+1 -0) 📝 `src/modules/clock.rs` (+1 -0) 📝 `src/modules/custom/box.rs` (+1 -0) 📝 `src/modules/custom/button.rs` (+1 -0) 📝 `src/modules/custom/image.rs` (+1 -0) _...and 16 more files_ </details> ### 📄 Description This PR includes the necessary code changes, CI changes and documentation to generate and deploy a full JSON schema for each release and the master branch, which can be used within config files for autocomplete and type checking. Resolves #541 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:11 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2220
No description provided.