Xentara v2.0.4
User Manual
JSON Format for Debugging Inspectors

A JSON object describing a debugging inspector has the following syntax:

{
"@Skill.Debugging.Inspector": {
"name": "Inspector 1",
"UUID": "f301f77a-e995-4170-a4cc-92da13f3e2e6",
"ACL": { ... },
"title": "Noise Values:",
"attributes": [
"Signal Generator.Noise 1.value",
"Signal Generator.Noise 2.value",
"Signal Generator.Noise 3.value",
"Signal Generator.Noise 4.value",
"Signal Generator.Noise 5.value"
]
}
}

Object Members
nameA string value containing the name of the inspector. The name is used to construct the inspector’s primary key.
UUIDA string value containing the unique UUID of the inspector.
ACLAn optional JSON object containing the element ACL of the inspector. The format of the object is described under JSON Format for ACLs.
titleA string value containing the title for the output. If no title is desired, the string can be empty, or the entire title member can be omitted.
attributesAn array of string values describing the attributes that should be printed. The string values must contain the primary keys of the attributes.