diff --git a/paasta_tools/cli/schemas/smartstack_schema.json b/paasta_tools/cli/schemas/smartstack_schema.json index 03bde4b082..5314b0909f 100644 --- a/paasta_tools/cli/schemas/smartstack_schema.json +++ b/paasta_tools/cli/schemas/smartstack_schema.json @@ -255,7 +255,7 @@ "maximum": 1 }, "minimum_error_rps": { - "type": "integer", + "type": "number", "minimum": 0 }, "default_endpoint_alerting": { @@ -267,7 +267,7 @@ "maximum": 1 }, "endpoint_minimum_error_rps": { - "type": "integer", + "type": "number", "minimum": 0 }, "endpoints": { @@ -284,7 +284,7 @@ "maximum": 1 }, "minimum_error_rps": { - "type": "integer", + "type": "number", "minimum": 0 }, "team": {