⭐ Making Steps Inputs/Outputs Human Friendly

Hi @here,

Based on your feedback, we have decided to remove YAML and revert back to JSON.

We took the following steps:

  • YAML has been removed and changed to JSON.
  • Colors of JSON are no longer yellowish; they are now black and blue.
  • JSON is now expandable.

Next steps:
In the following weeks, we will improve our JSON viewer to be no-code friendly in a way that doesn’t change the format.

We always listen to the feedback, Keep it coming!

Reasons:

  • JSON is widely adopted in all software, which is natural to see the API response in that format.
  • Yaml could be a source of confusion in such case.

Array of Objects:

members:
  - role: OWNER
    email:example@examp.com
    status: ACTIVE
    userId: 722ccb0b-90c0-4fd7-bfb9-fc2a7bc78914

Object

members:
  role: OWNER
  email: example@example.com
  status: ACTIVE
  userId: 722ccb0b-90c0-4fd7-bfb9-fc2a7bc78914
4 Likes