Skip to content

The examples are not valid json #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions