question

Brendan Hegarty avatar image
Brendan Hegarty asked

Is it possible to download the OpenAPI specification for an API in YAML format or is just JSON available?

api
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Francois Lasne avatar image
Francois Lasne answered

Hello

Thanks to Finastra policy "we are open", it s possible to download the OAS specification even without beeing sign in !

then between JSON or YML this is ISO functional format ,

Line of Business exposes either one or the others format, following usually OAS2.0 spec , only for few use case OAS 3.0 is used ( usually to handle complex payload / polymorphism )


Moving from YML to JSON or vice versa can be easily acheived by using open source tooling, or even online service . Notably SmartBear propose https://editor.swagger.io/ that allow you to do the conversion from one to the other format

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.