-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
Sync from master.
from the record properties to links actually pointing to the representations of the resource.
core/examples/json/record.json
Outdated
@@ -32,8 +32,8 @@ | |||
] | |||
}, | |||
"properties": { | |||
"recordCreated": "2021-02-08", | |||
"recordUpdated": "2021-02-08", | |||
"created": "2021-02-08", |
There was a problem hiding this comment.
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"
LGTM except that the dates in the examples should be valid datetimes. |
LGTM, thanks! |
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. |
Implement change discussed at the Sept. 2022 OGC Metadata Code Sprint.