You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Empty fields are being included into the final schema, whish shouldn't be.
For example I only create a label with only name parameter then the json should like this { "name": "code" } but it is looking like this { "name": "code", "alias": "" }.