Firefox OS/Vaani/Music: Difference between revisions

update commands & protocols 0805
(Add extended property in Commands & Protocols 0803)
(update commands & protocols 0805)
Line 34: Line 34:


       "custom_commands": [{
       "custom_commands": [{
         "@context": "http://schema.org/PlayAction",
         "@context": "http://schema.org",
         "@type": "PlayAction",
         "@type": "ListenAction",
        "direction": "next"
         "target": {
         "target": {
           "@type": "IAC",
           "@type": "IAC",
Line 47: Line 46:


       "custom_commands": [{
       "custom_commands": [{
         "@context": "http://schema.org/Deactivation",
         "@context": "http://url-to-extended-schema",
         "@type": "Deactivation",
         "@type": "StopAction",
         "target": {
         "target": {
           "@type": "IAC",
           "@type": "IAC",
Line 59: Line 58:


       "custom_commands": [{
       "custom_commands": [{
         "@context": "http://schema.org/SuspendAction",
         "@context": "http://schema.org",
         "@type": "SuspendAction",
         "@type": "SuspendAction",
         "target": {
         "target": {
Line 70: Line 69:


       "custom_commands": [{
       "custom_commands": [{
         "@context": "http://schema.org/PlayAction",
         "@context": "http://url-to-extended-schema",
         "@type": "PlayAction",
         "@type": "SkipForwardAction",
         "direction": @direction
         "direction": @direction
         "target": {
         "target": {
Line 79: Line 78:
       }]
       }]


      "custom_commands": [{
        "@context": "http://url-to-extended-schema",
        "@type": "SkipBackwardAction",
        "direction": @direction
        "target": {
          "@type": "IAC",
          "name": "music-controller",
        }
      }]


5. Who is the artist / What album is this <br>
5. Who is the artist / What album is this <br>
110

edits