Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: json-schema

Technical writings, opinionated architectures, and development guides tagged with json-schema.

Articles1
Est. Read Time10 mins
Categories1
Featured0
Jul 202610m read

Building Bulletproof Laravel APIs using Schema-First Contract Validation

Stop letting undocumented fields into your Laravel API. Write the JSON Schema first, then enforce it in middleware, DTOs, and your Pest test suite.