4.4 Generate JSON through Swagger file
If the user has the required Swagger file, then its location must be provided.
Here we use " AccountInfoSwaggerV3.json" as a sample shown above.
The above snippet depicts the Swagger file location. Now user will be shown a list of URI's that is available in the file. The snippet of the list is shown below.
He will be allowed to choose the URI's to be onboarded. Each URI will correspond to a particular domain. After selecting the URIs, respective JSON files will get created at the file location:
APITOOLKIT_HOME/input/json/<DomainName>.json, which can be used further to generate the respective artifacts generation.
Parent topic: Write your First Service