You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly what it says on the tin. Having a JSON schema is useful because it lets us devs know exactly what to expect from an endpoint, and we can use various tools to cover their turf with it generate or hand-write typed models for (de)serialization libraries such as Pydantic in Python or Serde in Rust.
The text was updated successfully, but these errors were encountered:
Exactly what it says on the tin. Having a JSON schema is useful because it lets us devs know exactly what to expect from an endpoint, and we can use various tools to
cover their turf with itgenerate or hand-write typed models for (de)serialization libraries such as Pydantic in Python or Serde in Rust.The text was updated successfully, but these errors were encountered: