Hey there, hope you have a great day.
I have two questions:
- What is the difference between type json and string?
- Why required properties doesn’t affect on json type?
Something like this:
{
displayName: “Test”,
name: “test”,
type: “json”,
default: “”,
required: true,
}
Thank you.