Skip to content

Commit

Permalink
Update smartstack schema for min error rps to be numbers instead of ints
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung committed Oct 8, 2024
1 parent 79b7039 commit 6f5f324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paasta_tools/cli/schemas/smartstack_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"maximum": 1
},
"minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"default_endpoint_alerting": {
Expand All @@ -267,7 +267,7 @@
"maximum": 1
},
"endpoint_minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"endpoints": {
Expand All @@ -284,7 +284,7 @@
"maximum": 1
},
"minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"team": {
Expand Down

0 comments on commit 6f5f324

Please sign in to comment.