-
Notifications
You must be signed in to change notification settings - Fork 17
feat(toml): Add cedar.toml schema #1006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cedarjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryThis PR adds JSON Schema validation support for Cedar/Redwood configuration files (
Critical Issue Identified: The schema marks The integration with Tombi enables seamless schema validation in development environments, providing developers with real-time feedback on configuration validity. Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant VSCode as VS Code IDE
participant Tombi as tombi.toml
participant Schema as cedar.schema.json
participant TOML as redwood.toml
User->>VSCode: Opens redwood.toml file
VSCode->>Tombi: Reads Tombi associations
Tombi->>Schema: Locates cedar.schema.json
Schema->>TOML: Applies validation rules
TOML->>VSCode: Schema validation feedback
VSCode->>User: Shows validation errors/autocomplete
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, 2 comments
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 3s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 10s | View ↗ |
nx run-many -t build |
✅ Succeeded | 6s | View ↗ |
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 50s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-01-16 15:23:17 UTC

See https://tombi-toml.github.io/tombi/docs/json-schema for full details on the schema format