{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/menus-stream-structure.json", "name": "Stream", "description": "Stream schema from Flipdish API - Menus.", "type": "object", "properties": { "CanRead": { "type": "boolean", "readOnly": true, "example": true }, "CanSeek": { "type": "boolean", "readOnly": true, "example": true }, "CanTimeout": { "type": "boolean", "readOnly": true, "example": true }, "CanWrite": { "type": "boolean", "readOnly": true, "example": true }, "Length": { "type": "int64", "readOnly": true, "example": 1 }, "Position": { "type": "int64", "example": 1 }, "ReadTimeout": { "type": "int32", "example": 1 }, "WriteTimeout": { "type": "int32", "example": 1 } } }