Fixed id in flavorstash schema

This commit is contained in:
Chris 2020-08-13 19:14:55 +02:00
parent d575c8396f
commit 42e082fdd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.noccylabs.info/json/vape/flavorstash/v1.json", "$id": "http://schemas.noccylabs.info/json/vape/flavorstash/v1.schema",
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",