adding reader/writer concept to channels

This commit is contained in:
Roland Osborne 2022-02-08 09:22:25 -08:00
parent bd47afa331
commit a74b2ee74b

View File

@ -3116,11 +3116,17 @@ components:
updated: updated:
type: integer type: integer
format: int64 format: int64
cards: viewers:
type: array type: array
items: items:
type: string type: string
groups: viewerGroups:
$ref: '#/components/schemas/ChannelGroups'
members:
type: array
items:
type: string
memberGroups:
$ref: '#/components/schemas/ChannelGroups' $ref: '#/components/schemas/ChannelGroups'
ChannelSize: ChannelSize: