fix(schema): small bug + prepare for SchemaStore (#1638)

* fix(schema): small bug + prepare for SchemaStore

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* fix(schema): schema kw is supposed to have a number sign

* fix(schema): differing conventions

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-10-09 09:36:09 -04:00
committed by GitHub
parent fff9ec32ed
commit 36e40805e8
3 changed files with 46 additions and 8 deletions
@@ -218,11 +218,9 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
".+": [
{
"type": "string"
}
]
".+": {
"type": "string"
}
}
}
],