Added recipe and flavoring vape schemas

This commit is contained in:
2020-08-29 01:57:54 +02:00
parent 2c645d1b91
commit 06879e9627
7 changed files with 214 additions and 2 deletions

View File

@ -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 } }
]

View File

@ -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",