Skip to content

Commit

Permalink
Add missing alert detais fields (Azure#16778)
Browse files Browse the repository at this point in the history
  • Loading branch information
recalaz authored Dec 1, 2021
1 parent 6249978 commit 4235ccf
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,31 @@
"overridingAlert": {
"description": "overriding alert",
"type": "string"
},
"departmentName": {
"description": "department name",
"type": "string"
},
"companyName": {
"description": "company name",
"type": "string"
},
"enrollmentNumber": {
"description": "enrollment number",
"type": "string"
},
"enrollmentStartDate": {
"description": "datetime of enrollmentStartDate",
"type": "string"
},
"enrollmentEndDate": {
"description": "datetime of enrollmentEndDate",
"type": "string"
},
"invoicingThreshold": {
"description": "invoicing threshold",
"type": "number",
"format": "decimal"
}
}
},
Expand Down

0 comments on commit 4235ccf

Please sign in to comment.