Added recipe and flavoring vape schemas
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[
|
||||
{ "vendor":"FA", "flavor":"Apple Pie" },
|
||||
{ "vendor":"FA", "flavor":"Hazelnut" },
|
||||
{ "flavor":"WS-23 10%" }
|
||||
{ "flavor":"WS-23 10%", "extra": { "is_additive": true } }
|
||||
]
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://schemas.noccylabs.info/json/vape/flavorstash/v1.schema",
|
||||
"$id": "http://schemas.noccylabs.info/json/vape/flavorstash/flavorstash-v1.schema",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
Reference in New Issue
Block a user