Skip to content

Commit

Permalink
OARec: remove properties.identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 27, 2024
1 parent 77aee77 commit 3cb83b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeometa/schemas/ogcapi_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def write(self, mcf: dict, stringify: str = True) -> Union[dict, str]:
]]
},
'properties': {
'identifier': mcf['metadata']['identifier'],
'title': title[0],
'description': description[0],
'themes': [],
Expand Down

0 comments on commit 3cb83b7

Please sign in to comment.