Schemas
employee
- objectExample:
{"id":"string","employee":{"name":"string","directReports":0,"managePower":{"level":0,"maxDirectReportsAllowed":"string"}}}
Additional Properties:false
Properties:id
stringEmployee IDExample:"string"
employee
objectEmployee Details (Worker or Manager)Example:{"name":"string","directReports":0,"managePower":{"level":0,"maxDirectReportsAllowed":"string"}}
One Of:- objectmanagerExample:
{"name":"string","directReports":0,"managePower":{"level":0,"maxDirectReportsAllowed":"string"}}
Additional Properties:false
- objectworkerExample:
{"name":"string","managerName":"string"}
Additional Properties:false
manager
manager
- objectExample:
{"name":"string","directReports":0,"managePower":{"level":0,"maxDirectReportsAllowed":"string"}}
Additional Properties:false
Properties:name
stringName of employeeExample:"string"
directReports
integerCount of direct reportsExample:0
managePower
objectExample:{"level":0,"maxDirectReportsAllowed":"string"}
One Of:- objectpeopleManagerExample:
{"level":0,"maxDirectReportsAllowed":"string"}
Additional Properties:false
- objectcostManagerExample:
{"level":0,"canAuthorizeMaxAmount":0}
Additional Properties:false
worker
worker
- objectExample:
{"name":"string","managerName":"string"}
Additional Properties:false
Properties:name
stringName of employeeExample:"string"
managerName
stringName of managerExample:"string"
peopleManager
peopleManager
- objectExample:
{"level":0,"maxDirectReportsAllowed":"string"}
Additional Properties:false
Properties:level
integerExample:0
maxDirectReportsAllowed
stringNo of people the level can manageExample:"string"
costManager
costManager
- objectExample:
{"level":0,"canAuthorizeMaxAmount":0}
Additional Properties:false
Properties:level
integerExample:0
canAuthorizeMaxAmount
numberMaximum amount that this level can authorizeExample:0