Skip to content

The examples are not valid json #3

@danielRi

Description

@danielRi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions