Skip to content

Commit

Permalink
Merge pull request #65 from dancgray/issue#64
Browse files Browse the repository at this point in the history
Add schema titles
  • Loading branch information
brian-learningpool committed Oct 20, 2014
2 parents 49bdf77 + 68f638c commit be103e3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,30 @@
"_media": {
"type":"object",
"required":false,
"title": "Media options",
"properties":{
"mp4": {
"type":"string",
"required":false
"required":false,
"title": "Video in mp4 format"
},
"ogv": {
"type":"string",
"required":false
"required":false,
"title": "Video in ogv format"
},
"poster": {
"type":"string",
"required":false
"required":false,
"title": "Poster graphic"
}
}
},
"_setCompletionOn": {
"type":"string",
"required":true,
"enum": ["inview", "play", "ended"]
"enum": ["inview", "play", "ended"],
"title": "Set completion status"
}
}
}

0 comments on commit be103e3

Please sign in to comment.