| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5121c47 commit 2b5d63d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ | |||
| 2 | 2 | "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| 3 | 3 | "additionalProperties": false, | |
| 4 | 4 | "properties": { | |
| 5 | + "$schema": { | ||
| 6 | + "type": "string" | ||
| 7 | + }, | ||
| 5 | 8 | "nodeOptions": { | |
| 6 | 9 | "additionalProperties": false, | |
| 7 | 10 | "properties": { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,6 +45,10 @@ function generateConfigJsonSchema() { | |||
| 45 | 45 | $schema: 'https://json-schema.org/draft/2020-12/schema', | |
| 46 | 46 | additionalProperties: false, | |
| 47 | 47 | properties: { | |
| 48 | + $schema: { | ||
| 49 | + __proto__: null, | ||
| 50 | + type: 'string', | ||
| 51 | + }, | ||
| 48 | 52 | nodeOptions: { | |
| 49 | 53 | __proto__: null, | |
| 50 | 54 | additionalProperties: false, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments