From 8200bf8da2d67446829ba76268c5d5d363d94806 Mon Sep 17 00:00:00 2001 From: Shane Emmons Date: Mon, 13 Oct 2014 18:52:37 -0400 Subject: [PATCH] Create data-property.md --- data-property.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data-property.md diff --git a/data-property.md b/data-property.md new file mode 100644 index 0000000..3652d80 --- /dev/null +++ b/data-property.md @@ -0,0 +1,13 @@ +# Collection+JSON Extensions + +## 1.0 Additional `data` property + +In addition to the properties outlined in section 4.2, the `data` array MAY contain the `type` property. + +## 2.0 Properties + +### 2.1 `type` + +The `type` property MAY be a child element of `data` array elements. + +It SHOULD be a `STRING` type and describe the type `value` is. Examples include "date" and "timestamp".