Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit c474c94

Browse files
committed
Update TODO.md file, add todo task and change type of metakeywords from String to Array
1 parent 7a52047 commit c474c94

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

TODO.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,17 @@
4747
* Add sample data with utility test validation for the schemas.
4848
For more information about the utility refer to the [link](http://json-schema.org/implementations.html)
4949

50-
* Rename project to `elasticad-json-schemas`.
50+
* Rename project to `elasticad-json-schemas`.
51+
52+
* Add example samples for each schema definitions.
53+
e.g. For `ad` document.
54+
```json
55+
{
56+
"taxon_id": ObjectId("5280afc77562003afc0e0000"),
57+
"title": "Book by Ruby on Rails programming",
58+
"description": "Wonderful book written by smarter authors",
59+
"type": "FOR_SALE",
60+
"placement_period": "2.weeks",
61+
"activation_hash": "5280afc77562003afc0e0000"
62+
}
63+
```

json-document/ad.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"meta": /* meta data */
5252
{
5353
"description": "<String>", /* Text */
54-
"keywords": "<String>",
54+
"keywords": "<Array>",
5555
"title": "<String>"
5656
}
5757
}

0 commit comments

Comments
 (0)