{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StreamSourceTable",
"type": "object",
"properties": {
"append_only": {
"type": "boolean",
"description": "Whether this stream is an append only stream or not"
},
"show_initial_rows": {
"type": "boolean",
"description": "Whether this stream show initial rows on first consumption"
}
}
}