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
{{ message }}
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
Try to add new text property into catalog with value 1. It is converted into json as 1 (number) not "1"(string), if you will try enter value as "1", it will become escaped string in form of ""1"". The same is for boolean values (false,true)