Skip to content

Commit

Permalink
Updates MockRequestPlugin schema
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Mar 11, 2024
1 parent 9e8be9d commit a97ec84
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions schemas/v0.16.0/mockrequestplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,28 @@
},
"body": {
"type": "object"
},
"headers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
}
},
"required": [
"url",
"method"
"url"
]
}
},
Expand Down

0 comments on commit a97ec84

Please sign in to comment.