Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Properties are named in camelCase

  • Any property that is for the right eye will have the prefix rt

  • Any property that is for the left eye will have the prefix lt

  • Any occurrence of a property will be the same no matter which endpoint returns it (so trayNumber is the tray number an order is in whether you use GET /orders/123456 or GET /orders/123456/status

Validations

  • All incoming string parameters have a maximum length that will be documented in their description

  • All incoming number parameters have a maximum and minimum value that will be documented in their description

  • All incoming array parameters have a maximum length that will be documented in their description