Skip to content

Commit 77905f1

Browse files
committed
Merge branch 'master' into fix/mktmpdir
2 parents 3f7b4c3 + 7cf3ef0 commit 77905f1

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)