Skip to content

Commit 03e85a2

Browse files
committed
Update simulation schema in the docs
1 parent ce2035e commit 03e85a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pages/reference/simulationschema.rst

+6
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ This is the JSON schema for v5 Hoverfly simulations.
170170
},
171171
"request-response-pair": {
172172
"properties": {
173+
"labels": {
174+
"items": {
175+
"type": "string"
176+
},
177+
"type": "array"
178+
},
173179
"request": {
174180
"$ref": "#/definitions/request"
175181
},

0 commit comments

Comments
 (0)