Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

753 B

title slug
Implementation Notes /developers/apis/implementation-notes

Implementation notes

We use the Dropwizard Java framework for developing Restful web services. APIs are documented using Swagger/OpenAPI 3.x. We take schema first approach and define metadata entities and types in JSON schema specification version Draft-07 to 2019-09. Java code is generated from the JSON schema using JSON schema 2 pojo tool and Python code is generated using the Data model code generator tool.