-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
am I missing something here? If I want to encode one example to a json map:
{
"form": [
{
"key": "informations",
"properties": [
"key": "identifier",
"fields": ["1", "2", "3", "4", "5"],
"title": "This is my title",
"description": "This is my description",
"type": "multiple",
]
}
]
}
I noticed the "properties" is a list, but inside are key value pairs, which looks more like a map, however changing properties to a map "properties" = { } also doesnt work.
What am I doing wrong?
Daniel
Metadata
Metadata
Assignees
Labels
No labels