RuterNo / adt-doc

Documentation intended for PTOs who need to connect to Ruters digitale plattform
Apache License 2.0
4 stars 0 forks source link

ADT 3 - Add support for local sound files #89

Closed eivindga closed 1 year ago

eivindga commented 1 year ago

Improve the examples in use for local files. Eg.

{
  "eventDateTime": "2018-11-13T11:40:02.749Z",
  "expiryDateTime": "2018-11-13T08:40:32.249Z",
  "preferredStartDateTime": "2018-11-13T08:39:32.749Z",
  "ref": "RUT:StopPlace:03012453",
  "audio": [
    {
      "encoding": "OPUS",
      "contentUrl": "http://webserver.local/resources/safety_long.opus",
      "speaker": ["INTERNAL", "EXTERNAL"]
      "volume": 70
    }
  ]
}