The PrimitiveValue object is a container that is used to treat a non-object variable as an object. The following table describes the schema of the PrimitiveValue object.
|
Variable name |
Type |
Description |
|---|---|---|
|
type |
string |
The type of the variable |
|
value |
string |
The value of the variable |
The following shows an example of the PrimitiveValue object:
{ "type" : "string",
"value" : "Agent" }