mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-09 10:09:09 +00:00
672 B
672 B
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.