Skip to content

Commit 95ea90b

Browse files
authored
Removing commas (#95)
1 parent 125de55 commit 95ea90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ssl-conf-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"additionalProperties": false,
1818
"properties" : {
1919
"primary": {
20-
"type": "string",
20+
"type": "string"
2121
},
2222
"upstream": {
23-
"type": "string",
23+
"type": "string"
2424
},
2525
"aliases": {
2626
"type": "array",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"custom": {
32-
"type": "boolean",
32+
"type": "boolean"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)