how to generate swagger definition file using json/json schema | Community
Skip to main content
jhansi_lakshmik
Level 2
July 11, 2019
Solved

how to generate swagger definition file using json/json schema

  • July 11, 2019
  • 6 replies
  • 15190 views

Hi,

Do we have any procedure to convert simple json file example in to swagger definition file ,if so could any one suggest the way

Example :simple json

{

  "Level1": [

    {

      "level2": "AB",

      "level3": {

        "ABS1": [ABSC1","ABSC2" ],

        "ABS2": ["ABS2C1" ]     }

    },

    {

      "level2": "AD",

      "level3": {"ADS1": ["ADSC1",  "ADSC2"],

        "ADS2": [ "ADS2C1","ADS2C2","ADS2C3" ]}

    }

  ]

}

Thanks in advance,

Jhansi.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

The Best APIs are Built with Swagger Tools | Swagger

Once you have your swagger file, you can then create datasource in AEM Forms

Adobe Experience Manager Help | Creating DataSource Configuration in AEM Forms

BTW Swagger files describe REST API that want to invoke from AEM Forms. Swagger files are like WSDL files which are for SOAP protocol

6 replies

Adobe Employee
July 11, 2019

Swagger file is in json format

what are you trying to accomplish?

Mayank_Gandhi
Adobe Employee
Adobe Employee
July 12, 2019

Convert the JSON to JSON schema which can be ported to YAML thereafter.

jhansi_lakshmik
Level 2
July 12, 2019

Hi Mayank Gandhi,

Thanks for the response, i have converted the sample JSON to JSON schema and to YAML, i believe its needed to convert this YAML file to swagger definition file  so that i can create data source to use the sample json , any insights post conversion of json to YAML and how to make swagger from YAML would be great.

Thanks in advance,

Jhansi

Adobe Employee
July 12, 2019

you can use YAML file to create datasource

jhansi_lakshmik
Level 2
July 12, 2019

Thanks for the prompt response , do we have any documentation on how to use YAML file to create a datasource, if documentation is not available  any insights  of this scenario would be great.

workflowuserAdobe EmployeeAccepted solution
Adobe Employee
July 12, 2019

The Best APIs are Built with Swagger Tools | Swagger

Once you have your swagger file, you can then create datasource in AEM Forms

Adobe Experience Manager Help | Creating DataSource Configuration in AEM Forms

BTW Swagger files describe REST API that want to invoke from AEM Forms. Swagger files are like WSDL files which are for SOAP protocol