Skip to content

Commit

Permalink
Fixed typo in storage.$id
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherex committed Jul 5, 2020
1 parent 5de712b commit f796afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
}
},
"storage": {
"$id": "#/properties/cache",
"$id": "#/properties/storage",
"type": "object",
"description": "Object for storing properties.",
"additionalProperties": true,
"readOnly": true,
"properties": {
"lastIp": {
"$id": "#/properties/cache/properties/lastIp",
"$id": "#/properties/storage/properties/lastIp",
"type": "string",
"description": "The last external IP for this client.",
"readOnly": true
Expand Down

0 comments on commit f796afa

Please sign in to comment.