JSON to YAML Conversion

Having trouble installing Oxygen? Got a bug to report? Post it all here.
michaelgrudgings
Posts: 7
Joined: Mon Sep 12, 2022 7:58 pm

JSON to YAML Conversion

Post by michaelgrudgings »

When I convert a json in Oxygen it sets variables at column 5. But when I convert it in Swagger editor, it sets them at 7? Does anyone know why?

Oxygen:

Code: Select all

  InformationCategory:
    type: string
    enum:
    - Error
    - OK
    - Warning
Swagger:

Code: Select all

 InformationCategory:
    type: string
    enum:
      - Error
      - OK
      - Warning
image.png
image.png (3.82 KiB) Viewed 684 times
Michael J Grudgings
Business Architect