
You add a schema to a station by dragging a JsonSchema from the palette to the Config folder in the Nav tree. From there, to access schema properties, expand the Config folder and double-click the schema.
| Property | Value | Description |
|---|---|---|
| Output | container | Contains the generated JSON string. |
| Enabled | true (default) or false |
Activates (true) and deactivates (false) use of the object (network, device, point, component, table, schedule, descriptor, etc.).
|
| Status | read-only | Indicates if the network, device, point or component is active or inactive. |
| Fault Cause | read-only | Indicates the reason why a system object (network, device, component, extension, etc.) is not working properly (in fault). This property is empty unless a fault exists. |
| Last Updated | read-only | Reports when the schema was updated last. |
| Config | folder | Contains properties for customizing the schema. |
| Queries | folder | Contains the query ords. |
This container holds JSON entities: objects, arrays, properties and bound properties.

A separate topic documents each of type of object, array and property.
These functions are available when you click a button and name to the right of the Output property on the schema Property Sheet.

Base Query and publishes results.Output display between the underlying JSON string (which does not have extraneous whitespace) and a syntax highlighted and indented
version that is easier to understand. It defaults to the latter.These actions are available when you right-click the JsonSchema node in the Nav tree.