diff --git a/docs/pages/reference/simulationschema.rst b/docs/pages/reference/simulationschema.rst index 0c0c2a2c4..c63429162 100644 --- a/docs/pages/reference/simulationschema.rst +++ b/docs/pages/reference/simulationschema.rst @@ -170,6 +170,12 @@ This is the JSON schema for v5 Hoverfly simulations. }, "request-response-pair": { "properties": { + "labels": { + "items": { + "type": "string" + }, + "type": "array" + }, "request": { "$ref": "#/definitions/request" },