Error Compiling JSON Structure

Error Compiling JSON Structure

Comments

  • There is data compilation error while creating the below JSON Structure. The same structure is already created in last sprint which works fine and while copying the flows we recreated the same structure which is giving us error. This is blocking the deliverable. \r\n\r\nCan you please help us?\r\n\r\nHere is the JSON Schema: \r\n\r\n\r\n\r\n{\r\n\"glossary\": {\r\n\"title\": \"example glossary\

  • I was able to generate the Structures based on the JSON Schema that you have provided without any issues.

    Based on the error message it seems that its conflicting with another data type. Can you try to compile the Data Structures using the "Recompile Data Structures" Action. This will be located on Any Designer Folder under the Other Category.

  • I have already Recompiled the data structure already but still it gives me same issue.

  • Are you generating this structure with JSON Sample or JSON Schema?

    When I generated this Structure with the JSON Schema, I get very different names than what your instance has created. I would recommend deleting the structures created JSON Sample and creating them again with the JSON Schema.

  • I have manually created the structure, instead of the JSON Structure or JSON Schema.

  • Whenever youre in doubt with a block of JSON you should try this online validator: [url=https://jsonlint.com/]https://jsonlint.com/[/url]

    Its great at helping ferret out problems with JSON.

Sign In or Register to comment.