API Schema Basics

Importance of creating API Schema

Author: Chris Lipinski, Published: 20221220

Using OOP Schema can allow your api to easily return values from the payload body (JSON).

Restricts the client to only sending valid data.

Allows for data validation.