You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have seen instances of WNM using properties.content.value to add descriptive text about a given granule/dataset. (properties.content.value should be used for inline data).
Add properties.title and properties.description as optional descriptive elements of a WNM. These elements align with WCMP2, OGC API - Records and STAC Common Elements.
The text was updated successfully, but these errors were encountered:
The content property allows for the inclusion of data in the notification message when the length of the data, once encoded, is smaller than 4 096 bytes.
to:
The content property allows for the inclusion of data, e.g. a BUFR coded synoptic observation, in the notification message when the length of the data, once encoded, is smaller than 4 096 bytes.
We have seen instances of WNM using
properties.content.value
to add descriptive text about a given granule/dataset. (properties.content.value
should be used for inline data).Add
properties.title
andproperties.description
as optional descriptive elements of a WNM. These elements align with WCMP2, OGC API - Records and STAC Common Elements.The text was updated successfully, but these errors were encountered: