Skip to content

Commit

Permalink
Fixed configschema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnacnic committed Dec 7, 2021
1 parent 5bddf70 commit 9144f50
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"default": {
"address": "localhost:4444",
"password": "password",
"botToken": ""
"baseRtmlUrl": "https://rtmp.example.com/hls/"
},
"description": "The root schema comprises the entire JSON document.",
"examples": [
{
"address": "localhost:4444",
"password": "password",
"botToken": ""
"baseRtmlUrl": "https://rtmp.example.com/hls/"
}
],
"required": [
"address",
"password",
"botToken"
"baseRtmlUrl"
],
"title": "The root schema",
"type": "object",
Expand All @@ -42,14 +42,14 @@
"password"
]
},
"botToken": {
"$id": "#/properties/botToken",
"baseRtmlUrl": {
"$id": "#/properties/baseRtmlUrl",
"type": "string",
"title": "The botToken schema",
"title": "The baseRtmlUrl schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
"https://rtmp.example.com/hls/"
]
}
},
Expand Down

0 comments on commit 9144f50

Please sign in to comment.