Skip to content

Commit

Permalink
add conformsTo to WNM
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 15, 2024
1 parent 4713303 commit 176dba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wis2box-management/wis2box/pubsub/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def __init__(self, identifier: str, metadata_id: str, filepath: str,
self.message = {
'id': str(uuid.uuid4()),
'type': 'Feature',
'conformsTo': ['http://wis.wmo.int/spec/wnm/1/conf/core'],
'version': 'v04',
'geometry': self.geometry,
'properties': {
Expand Down

0 comments on commit 176dba5

Please sign in to comment.