diff --git a/output/schema/validation-errors.json b/output/schema/validation-errors.json index 34717a8197..6d18a016b7 100644 --- a/output/schema/validation-errors.json +++ b/output/schema/validation-errors.json @@ -1,13 +1,5 @@ { - "endpointErrors": { - "streams.status": { - "request": [ - "Request: query parameter 'master_timeout' does not exist in the json spec", - "Request: missing json spec query parameter 'mater_timeout'" - ], - "response": [] - } - }, + "endpointErrors": {}, "generalErrors": [ "Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'", "Dangling type '_global.scripts_painless_execute:PainlessScript'", diff --git a/specification/_json_spec/streams.status.json b/specification/_json_spec/streams.status.json index 2b8615ad1d..7e931205cb 100644 --- a/specification/_json_spec/streams.status.json +++ b/specification/_json_spec/streams.status.json @@ -19,7 +19,7 @@ ] }, "params": { - "mater_timeout": { + "master_timeout": { "type": "time", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error." }