Skip to content

Commit

Permalink
[player-2011]
Browse files Browse the repository at this point in the history
-updated schema to include an enum
  • Loading branch information
aeng7 committed Nov 21, 2017
1 parent 64ef584 commit 4f14379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,9 @@
"type":"object",
"properties":{
"format":{
"description":"Determine the format of the quality options. Available formats: bitrate only, resolution only, and resolution + bitrate. Comma or white space separated values of: \'bitrate\' and \'resolution\'",
"description":"Determine the format of the quality options. Available formats: bitrate only, resolution only, and resolution + bitrate.",
"type":"string",
"enum": ["bitrate", "resolution", "resolution bitrate"],
"default":"bitrate"
}
}
Expand Down

0 comments on commit 4f14379

Please sign in to comment.