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
It would be cool to provide a JSON Schema for the court objects. Folks could then more easily do cool stuff like importing that schema right into an OpenAPI Specification document for an API they're developing. We'd also get validation pretty much for free. There are lots of validators out there.
Alternatively, any time a Schema Object can be used, a Reference Object can be used in its place. This allows referencing definitions instead of defining them inline.
I can take a first whack at this myself.
The text was updated successfully, but these errors were encountered:
It would be cool to provide a JSON Schema for the court objects. Folks could then more easily do cool stuff like importing that schema right into an OpenAPI Specification document for an API they're developing. We'd also get validation pretty much for free. There are lots of validators out there.
See OpenAPI Specification, Version 3.0.3, § 4.7.24 Schema Object:
I can take a first whack at this myself.
The text was updated successfully, but these errors were encountered: