From 59bf23b1e149ff709f4aefcdcdda685fc907485a Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 11 May 2016 13:07:34 -0500 Subject: [PATCH] Correct Attribution JSON example Corrected it to use numbers for timestamps instead of strings --- specifications/json-format-specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specifications/json-format-specification.md b/specifications/json-format-specification.md index dd3cb869..2de20f90 100644 --- a/specifications/json-format-specification.md +++ b/specifications/json-format-specification.md @@ -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...