Skip to content

Commit

Permalink
additional endpoint schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaswell committed Sep 11, 2024
1 parent bd7c9b9 commit 238303f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions paasta_tools/cli/schemas/smartstack_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,24 @@
"type": "number",
"minimum": 0,
"maximum": 1
},
"team": {
"type": "string"
},
"slack_channel": {
"type": "string"
},
"project": {
"type": "string"
},
"ticket": {
"type": "boolean"
},
"page": {
"type": "boolean"
},
"page_nonprod": {
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit 238303f

Please sign in to comment.