-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmtime.json
23 lines (23 loc) · 1.21 KB
/
mtime.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/files/mtime",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "modification time",
"x-optimade-type": "timestamp",
"x-optimade-definition": {
"label": "mtime_optimade_files",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "mtime"
},
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Time of last modification of a file as per POSIX standard.\n\n**Requirements/Conventions:**\n\n- It should be noted that the values of `last_modified`, `modification_timestamp` and `mtime` do not necessary match.\n `last_modified` pertains to the modification of the OPTIMADE metadata, `modification_timestamp` pertains to file contents and `mtime` pertains to the modification of the file (not necessary changing its contents).\n For example, appending an empty string to a file would result in the change of `mtime` in some operating systems, but this would not be deemed as a modification of its contents.",
"examples": [
"2007-04-05T14:30:20Z"
],
"x-optimade-unit": "inapplicable"
}