...
Specifying Structured Data Properties
Even if the schema
...
allows various structured data properties in an object, the instantiated
...
object can contain a value for at most one
...
structured data property.
...
The value for a structured data property has to be a valid JSON structure. It is not allowed to pass a single string, boolean or other variable format:
Code Block | ||||
---|---|---|---|---|
| ||||
"appTable:customerdetails": { "value": { "id": 2982, "uid": "711e1858-eb24-4183-8743-0292c7b9b93b" } } |
...