I was looking for a already defined Media Type on the IANA to represent time series charts but I didn't find one.
Does anyone know of a media type, and if not, do you just use generic collection media types like Collection+JSON or even HAL?
I was looking for a already defined Media Type on the IANA to represent time series charts but I didn't find one.
Does anyone know of a media type, and if not, do you just use generic collection media types like Collection+JSON or even HAL?
I do think your best bet for now would be to go with HAL or Collection+JSON. If you are new to Hypermedia then I would start with HAL. It is the has the simpler implementation details but is still very flexible.
However, you are free to create your own media type and then get it registered. I looked through the types and could not find any for time series. I think there will be a need for a timeline based type. Perhaps something like Collection+JSON but every collection has a date time.