**A standard for documenting (and writing) RESTful APIs**
OpenAPI is an open-source, widely-adopted AI documentation tool. It is so popular that applications have spun up with the ability to create “no code APIs”. It leverages [[JSON Schema]].
I’ve not yet used it for anything.
****
# More
## Source
- [https://openapis.org](https://openapis.org)
## Related
- [[JSON Schema]]