Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Oct 25, 2024
1 parent 44bdb88 commit 2b632ba
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
}
},
"request": {
"description": "Customer HTTP headers to add to every request passed to PHP.",
"description": "Custom HTTP headers to add to every request passed to PHP.",
"$ref": "#/$defs/Headers"
},
"response": {
"description": "Customer HTTP headers to add to every response from PHP.",
"description": "Custom HTTP headers to add to every response from PHP.",
"$ref": "#/$defs/Headers"
}
}
Expand Down Expand Up @@ -474,6 +474,14 @@
"required": [
"address"
],
"dependentRequired": {
"cert": [
"key"
],
"key": [
"cert"
]
},
"properties": {
"address": {
"description": "Host and/or port to listen on for HTTP/3.",
Expand Down

0 comments on commit 2b632ba

Please sign in to comment.