mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
20 lines
376 B
YAML
20 lines
376 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
type:
|
|
type: string
|
|
required: true
|
|
enum: [ProfileStatusRule]
|
|
comparison_operator:
|
|
type: string
|
|
enum: ['==', '!=']
|
|
value:
|
|
type: string
|
|
enum: [Active, Inactive, Leave of absence, Terminated]
|
|
_destroy:
|
|
type: boolean
|
|
default: false
|
|
|