Skip to content

Commit

Permalink
[NO-CI] fix schema id and readme reference
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Jul 12, 2024
1 parent 121c3c9 commit 97edf2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fork of dchesterton/snmp2mqtt upgrading it to modern NodeJS versions and fixing
## config.yml

```yaml
# yaml-language-server: $schema=https://github.com/khakers/snmp2mqtt/tree/master/src/config_schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/khakers/snmp2mqtt/main/src/config_schema.json

log: debug # Optional: debug, info, warning or error (default: info)

Expand Down
2 changes: 1 addition & 1 deletion src/config_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema":"http://json-schema.org/draft-07/schema",
"$id":"https://github.com/khakers/snmp2mqtt/tree/master/src/config_schema.json",
"$id":"https://raw.githubusercontent.com/khakers/snmp2mqtt/main/src/config_schema.json",
"type":"object",
"definitions":{
"target":{
Expand Down

0 comments on commit 97edf2a

Please sign in to comment.