OpenAPI documentation for REST-based services
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
|
|
OpenAPI JSON output
The following is sample JSON output:
|
The output contains the OpenAPI format along with other standard properties defined by the OpenAPI standard. This includes supporting information such as the HTTP verb expected to access those services, schema information (when applicable), and a list of input and output parameters defined for each service. For parameters, only the expected external (HTTP) datatype is described, as the OpenAPI is a generic descriptor format and is server-language agnostic.
View output graphically in Swagger
Swagger can parse the JSON output in OpenAPI format, allowing you to easily view the REST documentation. Not only can you view, but you can also interact with the API. The following figure shows what the OpenAPI documentation look like in Swagger for REST-based services: