Added recipe and flavoring vape schemas
This commit is contained in:
5
json/vape/flavorstash/examples/v1-example.json
Normal file
5
json/vape/flavorstash/examples/v1-example.json
Normal file
@ -0,0 +1,5 @@
|
||||
[
|
||||
{ "vendor":"FA", "flavor":"Apple Pie" },
|
||||
{ "vendor":"FA", "flavor":"Hazelnut" },
|
||||
{ "flavor":"WS-23 10%", "extra": { "is_additive": true } }
|
||||
]
|
3
json/vape/flavorstash/examples/v1-invalid.json
Normal file
3
json/vape/flavorstash/examples/v1-invalid.json
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
{ "vendor":"FA Hazelnut" }
|
||||
]
|
Reference in New Issue
Block a user