mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
22 lines
408 B
YAML
22 lines
408 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
uid:
|
|
type: string
|
|
minLength: 32
|
|
maxLength: 32
|
|
readOnly: true
|
|
type:
|
|
type: string
|
|
required: true
|
|
enum: [ProfileStatusRule]
|
|
comparison_operator:
|
|
type: string
|
|
enum: ['==', '!=']
|
|
value:
|
|
type: string
|
|
enum: [Active, Inactive, Leave of absence, Terminated]
|
|
|