Object (Json Schema Object)

This is an empty, named container that holds the other schema entities, which set up the JSON payload.
Figure 47.   Example of an object container with JSON entities
Image

To add the root object to a schema, expand the Objects folder in the palette and drag an Object to the JsonSchema folder. To add another object to the schema, drag an Object from the palette to the root Object container under the schema.

An object is a container. It has no properties of its own or additional containers. Inside this container, the JSON objects and properties model the structure of the JSON message underneath the schema object. If you nest items in this container within each other in a tree structure, they will appear nested in the JSON string.