Skip to content

Commit

Permalink
Add missing hashmap string ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Oct 24, 2024
1 parent 80b7b61 commit 7002713
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@
},
"request": {
"description": "Headers to add to every request passed to PHP.",
"$ref": "#/definitions/HashmapString"
"$ref": "#/$defs/HashmapString"
},
"response": {
"description": "Headers added to every response.",
"$ref": "#/definitions/HashmapString"
"$ref": "#/$defs/HashmapString"
}
}
},
Expand Down Expand Up @@ -203,11 +203,11 @@
},
"response": {
"description": "Custom HTTP headers to add to responses to requests for static files.",
"$ref": "#/definitions/HashmapString"
"$ref": "#/$defs/HashmapString"
},
"request": {
"description": "Custom HTTP headers to add to requests for static files.",
"$ref": "#/definitions/HashmapString"
"$ref": "#/$defs/HashmapString"
}
}
},
Expand Down Expand Up @@ -463,6 +463,9 @@
"minimum": 0
}
}
},
"HashmapString": {
"$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json#/definitions/HashmapString"
}
}
}

0 comments on commit 7002713

Please sign in to comment.