diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json index e0ea06b..b2cdf4a 100644 --- a/examples/db.json +++ b/examples/db.json @@ -4,7 +4,9 @@ { "type": "pretzel", "description": "really a very tasty bread! yup yes", - "id": "pretzel" + "color": "blue", + "id": "pretzel", + "title": "" }, { "type": "bagel", |
