diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-08 23:04:56 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-08 23:04:56 -0400 |
| commit | bae6a32b83209846b2a6a757c0c414d537c157b2 (patch) | |
| tree | fc905624ccb53b853d54946ac8cc4b7ce8415a7c /examples | |
| parent | 3943bbc8346d4ff58f725db2e5e4de9622d89fab (diff) | |
adding enum validation
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", |
