Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The message has to be contained in either curly braces ( { key : value } for standard JSON messages) or brackets ( [ value ] for messages that start with an unnamed array). Information on how to define REST message bodies through domain schemas can be found here: Domain schema editor
  • An array cannot contain mixed content
    For example this response that mixes an attribute with an object is not supported:

    Code Block
    {
    	[
       		3,
        	{}
    	]
    }