JSON Schema
No Change
adopt
JSON Schema is the standard vocabulary for describing and validating the structure of JSON documents. We adopt it under Code in the garden.
Summary
JSON Schema is effectively required knowledge in any DevSecOps or API-first context , OpenAPI 3.x uses it natively, Kubernetes uses it for CRD validation, and most linting/validation tools in the CI pipeline speak it. The spec is stable (Draft 2020-12) and tooling support is broad across all major languages. Adopt without reservation anywhere you need to validate or document a JSON structure.