GitBook: [#44] Fix typo, correct capitalization, move from passive to active voice.

This commit is contained in:
Shannon Bradshaw 2021-11-29 16:00:50 +00:00 committed by Sriharsha Chintalapani
parent 6b523fe29f
commit aa1c84bdc3

View File

@ -1,5 +1,5 @@
# 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 by defining Types and Entities in JSON schema. APIs are implemented based on these schemas.
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>