update streamingKey schema

This commit is contained in:
srgooglo 2022-05-12 14:58:33 +02:00
parent 182040d37a
commit 86d2bce01f
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
export default {
username: {
type: String,
required: true,
},
user_id: {
type: String,
required: true,

View File

@ -1,4 +1,8 @@
export default {
username: {
type: String,
required: true,
},
user_id: {
type: String,
required: true,