Adds json schema validation to goose recipe validate cli (#3234)

This commit is contained in:
Jarrod Sibbison
2025-07-03 18:54:16 +10:00
committed by GitHub
parent 2c86a0eb6e
commit ee714d7e73
5 changed files with 74 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ console = "0.15.8"
bat = "0.24.0"
anyhow = "1.0"
serde_json = "1.0"
jsonschema = "0.30.0"
tokio = { version = "1.43", features = ["full"] }
futures = "0.3"
serde = { version = "1.0", features = ["derive"] } # For serialization