mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
| .. | ||
| api-organization.md | ||
| implementation-notes.md | ||
| overview.md | ||
| README.md | ||
APIs
OpenMetadata supports REST APIs for getting data and in and out of the metadata system. APIs are built using general best practices of REST API design. We take a schema-first approach by defining Types and Entities in JSON Schema. We implement APIs based on these schemas.
<EFBFBD>