Transformations at export - Cloud

Talend Cloud API Designer User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Designer
Content
Design and Development > Designing APIs
Last publication date
2024-03-13
When exporting a definition designed with Talend Cloud API Designer features in a format that does not support them, the definition is modified to fit the target format. Some expressivity is lost in the process.
The table below describes the modifications made to your API definition when exporting in one of the following specifications:
  • OAS/Swagger 2.0
  • Swagger 1.2
  • RAML 1.0
Unsupported feature Transformation
Components The component is copied in every place where it is used.
Response ranges and default responses The response is removed.
Bearer authentication and OpenID Connect The security scheme is removed.
allOf combinations The combination is replaced with an object containing all the properties of all the types used.
anyOf and oneOf combinations The combination is replaced with an empty object.
Multiple endpoints The first published endpoint is included in the definition, the others are ignored.

OpenAPI Specification 3.0 only supports URLs in the Terms of service field. When exporting a definition in OAS 3.0, this field is exported only if it contains a URL. If it does not, the Terms of service field is ignored to ensure the validity of the definition.