Skip to content

Commit 7cf3ef0

Browse files
authored
Merge pull request #436 from DannyBen/feature/partial-integration-with-unofficial-draft-07-schema
Integrate with unofficial draft-07 schema for better hints and validation
2 parents 66d798f + 90c24c4 commit 7cf3ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json",
33
"definitions": {
44
"color": {
55
"oneOf": [

schemas/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json",
33
"title": "strings",
44
"description": "Strings of the current application\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
55
"type": "object",

0 commit comments

Comments
 (0)