{ "properties": { "deepNestedStream": { "asStream": true, "type": "number" }, "deepStream": { "asStream": true, "type": "number" }, "indirectArray": { "asCell": true, "items": { "type": "string" }, "type": "array" }, "numberListCell": { "asCell": true, "items": { "type": "number" }, "type": "array" }, "stringCellStream": { "asStream": true, "type": "string" }, "userStore": { "asCell": true, "type": "string" }, "users": { "asCell": true, "items": { "properties": { "id": { "type": "number" }, "name": { "type": "string" } }, "required": [ "id", "name" ], "type": "object" }, "type": "array" }, "veryDeepCell": { "asCell": true, "type": "string" } }, "required": [ "deepNestedStream", "deepStream", "indirectArray", "numberListCell", "stringCellStream", "userStore", "users", "veryDeepCell" ], "type": "object" }