...
Code Block |
---|
|
{
"objects": [{
"properties": {
"system:objectTypeId": {
"value": "document"
},
"name": {
"value": "exampledocument-without-content"
},
"appTable:customerdetails": {
"value": {
"id": 2982,
"uid": "711e1858-eb24-4183-8743-0292c7b9b93b",
"word": "beverages",
"words": [
"tee",
"milk",
"water"],
"sentence": "The customer prefers hot chocolate.",
"sentences": [
"Unfortunately, hot chocolate is not offered.",
"The customer decides for milk instead.",
"The milk should be cool."
],
"food": {
"uid": "7aa4a2f2-3dc0-420c-a0d7-edc6af3619de",
"dish": "Bunny Chow",
"description": "Fresh Norwegian salmon, lightly brushed with our herbed Dijon mustard sauce, with choice of two sides.",
"ingredient": "Jelly",
"measurement": "1/2 teaspoon",
"lastcooked": "2018-03-13T00:00:00.000Z"
}
}
}
}
}]
}
|
Anchor |
---|
| ContentStreams |
---|
| ContentStreams |
---|
|
Section 'contentStreams'
The section contentStreams
is always present for objects with a binary content file assigned to them. It is a list with one entry containing a set of content stream properties.
>> Content Stream Properties
...