Skip to content

Commit

Permalink
Add lastModified to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Dec 24, 2016
1 parent ec76c11 commit f457dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/valid/complete.json
Expand Up @@ -130,6 +130,6 @@
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"dateModified": 1461755909
"lastModified": "2017-12-24T15:53:00"
}
}
4 changes: 4 additions & 0 deletions schema.json
Expand Up @@ -382,6 +382,10 @@
"version": {
"type": "string",
"description": "A version field which follows semver - e.g. v1.0.0"
},
"lastModified": {
"type": "string",
"description": "Using ISO 8601 with YYYY-MM-DDThh:mm:ss"
}
}
}
Expand Down

0 comments on commit f457dea

Please sign in to comment.