mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
27 lines
778 B
YAML
27 lines
778 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
profile_type_id:
|
|
type: string
|
|
format: uuid
|
|
status:
|
|
type: string
|
|
enum: [Active, Inactive, On Leave, Terminated]
|
|
id_proofing_status:
|
|
type: string
|
|
enum: [pending, pass, fail]
|
|
archived:
|
|
type: boolean
|
|
default: false
|
|
attributes:
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
example:
|
|
text_attribute_uid: static text
|
|
date_attribute_uid: 01/15/2020
|
|
profile_select_attribute_uid: Profile Name
|
|
multiple_profile_select_attribute_uid: Profile Name,Second Profile Name,Third Profile Name
|
|
contributor_select_attribute_uid: User Name
|
|
multiple_contributor_select_attribute_uid: User Name,Second User Name,Third User Name |