Home/API/JSON Schema
API Cheat Sheet Wiki

JSON Schema cheat sheet

Validation vocabulary for JSON structure, types, formats, and constraints.

Quick lookup

typeCheck exact spelling, casing, and the platform documentation for this field.
propertiesCheck exact spelling, casing, and the platform documentation for this field.
requiredCheck exact spelling, casing, and the platform documentation for this field.
itemsCheck exact spelling, casing, and the platform documentation for this field.
oneOfCheck exact spelling, casing, and the platform documentation for this field.
formatCheck exact spelling, casing, and the platform documentation for this field.
additionalPropertiesCheck exact spelling, casing, and the platform documentation for this field.

Common mistakes

  • Debugging the client before checking the raw request and response
  • Ignoring headers that explain cache, auth, or rate limits
  • Treating browser CORS failures as generic API downtime
  • Logging tokens or webhook secrets while troubleshooting

Online tools