Skip to content

Commit

Permalink
Correct Attribution JSON example
Browse files Browse the repository at this point in the history
Corrected it to use numbers for timestamps instead of strings
  • Loading branch information
justincy committed May 11, 2016
1 parent 88e2d95 commit 59bf23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/json-format-specification.md
Expand Up @@ -646,12 +646,12 @@ created | Timestamp of when the attributed data was contributed. | gx:created |
"contributor" : {
"resource" : "http://identifier/for/contributor"
},
"modified" : "1338494969",
"modified" : 1338494969,
"changeMessage" : "...change message here..."
"creator" : {
"resource" : "http://identifier/for/creator"
},
"created" : "1338394969",
"created" : 1338394969,

//...possibility of extension elements...

Expand Down

0 comments on commit 59bf23b

Please sign in to comment.