Hi, is there an open api description for the airby...
# help-api-cli-orchestration
f
Hi, is there an open api description for the airbyte api?
u
New message text here
f
@kapa.ai no i mean specifically an openapi description
u
Based on the information provided in the extracts, it seems that Airbyte does not provide a specific OpenAPI description. However, it does use JsonSchema with some modifications for its connector specification. You can preview what your specification will look like in the UI in realtime by following the instructions provided in the [Connector Specification Reference](https://docs.airbyte.com/connector-development/connector-specification-reference). For more detailed information, you might want to check out the [Airbyte Protocol](https://docs.airbyte.com/understanding-airbyte/airbyte-protocol) section in the Airbyte documentation. If you're looking to automate schema generation, Airbyte recommends automating schema generation whenever possible. You can find more information on this in the [Output Data & Schemas](https://docs.airbyte.com/connector-development/ux-handbook) section of the UX Handbook. If you're looking for API-related information, you can refer to the [API Docs](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-api/src/main/openapi/config.yaml#/).
f
@Marcos Marx (Airbyte) thank you