Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 178 - Move 'created' and 'updated' fields from the record to the links pointing to the representation of the record. #179

Merged
merged 9 commits into from
Jan 12, 2023

Conversation

pvretano
Copy link
Contributor

Implement change discussed at the Sept. 2022 OGC Metadata Code Sprint.

@@ -32,8 +32,8 @@
]
},
"properties": {
"recordCreated": "2021-02-08",
"recordUpdated": "2021-02-08",
"created": "2021-02-08",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the values for created and updated in the examples are invalid, I think.
The spec says they are "datetime"s, but the examples are "date"s only. So I think it should be something like "2021-02-08T00:00:00Z"

@m-mohr
Copy link
Contributor

m-mohr commented Sep 14, 2022

LGTM except that the dates in the examples should be valid datetimes.

@m-mohr
Copy link
Contributor

m-mohr commented Sep 14, 2022

LGTM, thanks!

@pvretano
Copy link
Contributor Author

28-NOV-2022: Will merge once I resolve the conflicts and @tomkralidis can close his issue once he has had a chance to check it.

@pvretano pvretano merged commit 27de72b into opengeospatial:master Jan 12, 2023
@pvretano pvretano deleted the issue-178 branch May 2, 2023 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants