Is there detailed documentation about REST API syntax?
Can the "value" section of the "metrics" section contain multiple values, or does it have to be only one value/result?
Each metric can only have one value to correspond to a specific field/key in the JSON response.
For example, if the disk usage, and disk usage percent fields are returned by the same JSON - then both of those fields will be separate metrics in the schema file.
'%d' indicates the value is a digit,
'$' indicates a value, common parameters, like $value, $unit.
@ return the attribute value: it's followed by the attribute name.
These all are the JSON path expressions and nothing specific to RestMON.
Below are some links for the reference: