Skip to content

Commit

Permalink
Merge pull request #2 from sethkor/single-file-lex
Browse files Browse the repository at this point in the history
Fix some of the examples.  No new build required.
  • Loading branch information
sethkor authored Sep 15, 2020
2 parents 7f2e3aa + 5d0aa9d commit f41bdae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ lex-lambda-sample-fulfilment
dist/*
lexbelt.mac
lexbelt.linux
lexbelt
19 changes: 0 additions & 19 deletions FlowerTypes.json

This file was deleted.

3 changes: 3 additions & 0 deletions examples/json/slots/FlowerTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
{
"value": "roses"
},
{
"value": "carnations"
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions examples/yaml/slots/FlowerTypes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Flower Types yaml
description: types of flowers to pick up from a yaml file
enumerationValues:
- value: tulips
synonyms:
- dutch
- holland
- value: lilies
- value: roses
- value: carnations

0 comments on commit f41bdae

Please sign in to comment.