core-wg / senml-spec

Specification for SenML
22 stars 4 forks source link

missing close bracket in link example #63

Closed fluffy closed 7 years ago

fluffy commented 7 years ago

On 29 Jun 2017, at 18:56, Ari Keränen ari.keranen@ericsson.com wrote:

Hi,

I just realized our Link defitionion on SenML is broken:

"l":"[{"href":"humidity","foo":"bar1"}"

See: https://tools.ietf.org/html/draft-ietf-core-senml-08#appendix-A

I think that should be:

"l":"[{"href":"humidity","foo":"bar1"}]"

(i.e., missing array closing)

or:

"l":"{"href":"humidity","foo":"bar1"}"