Skip to content

Instantly share code, notes, and snippets.

View ReinaldoAguilar's full-sized avatar

ReinaldoAguilar

View GitHub Profile

Validate JSON schema in Rails

Topics

  1. What/Why JSON schema
  2. Apply to rails model validation
  3. Test your API endpoint with schema matcher
  4. Homework for a curious reader
  5. References