Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The examples are not valid json #3

Open
danielRi opened this issue May 3, 2023 · 0 comments
Open

The examples are not valid json #3

danielRi opened this issue May 3, 2023 · 0 comments

Comments

@danielRi
Copy link

danielRi commented May 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant