When working with configuration JSON files, treat them as tool- and schema-backed artifacts:

Example pattern:

// Bad: violates the config contract
{ "type": "DevOps Roadmap" }

// Good: use an allowed value
{ "type": "button" }

Process guidance: