NEROCKET-73 linting fixes

This commit is contained in:
ktorre22
2023-08-23 15:05:25 -04:00
parent ff8a6c277e
commit 586d1573be
32 changed files with 136 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
post: post:
summary: Create an ask security question action summary: Create ask security question action
operationId: createAskSecurityQuestionAction operationId: createAskSecurityQuestionAction
description: Create an ask security question action description: Create an ask security question action
tags: tags:

View File

@@ -1,7 +1,7 @@
post: post:
summary: Create a ldap action summary: Create a ldap action
operationId: createLdapAction operationId: createLdapAction
description: Create a ldap action description: Create a ldap action. Coordinate with workflow_action_performers to set up performers. Coordinate with workflow_action_roles to set up performers by role.
tags: tags:
- workflow actions - workflow actions
requestBody: requestBody:

View File

@@ -1,5 +1,5 @@
post: post:
summary: Create a set security question action summary: Create set security question action
operationId: createSetSecurityQuestionAction operationId: createSetSecurityQuestionAction
description: Create a set security question action description: Create a set security question action
tags: tags:

View File

@@ -21,6 +21,7 @@ properties:
type: boolean type: boolean
default: true default: true
description: If the requester should be added as the owner of the profile to be created. description: If the requester should be added as the owner of the profile to be created.
example: true
email_attribute_id: email_attribute_id:
type: string type: string
format: uuid format: uuid
@@ -45,11 +46,14 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
skippable: skippable:
type: boolean type: boolean
default: false default: false
description: If the workflow action is skippable or not. description: If the workflow action is skippable or not.
example: false
requires_comment: requires_comment:
type: boolean type: boolean
default: false default: false
description: If the workflow action requires a comment or not. description: If the workflow action requires a comment or not.
example: false

View File

@@ -21,11 +21,14 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
skippable: skippable:
type: boolean type: boolean
default: false default: false
description: If the workflow action is skippable or not. description: If the workflow action is skippable or not.
example: false
requires_comment: requires_comment:
type: boolean type: boolean
default: false default: false
description: If the workflow action requires a comment or not. description: If the workflow action requires a comment or not.
example: false

View File

@@ -13,11 +13,13 @@ properties:
example: Prompt the user to answer some personal security questions. example: Prompt the user to answer some personal security questions.
number_of_questions: number_of_questions:
type: integer type: integer
format: int32
required: true required: true
description: The number of questions the user should answer upon login. description: The number of questions the user should answer upon login.
example: 1 example: 1
token_expiration: token_expiration:
type: integer type: integer
format: int32
required: true required: true
description: The token expiration time, coordinates with token_expiration_type. description: The token expiration time, coordinates with token_expiration_type.
example: 1 example: 1
@@ -31,3 +33,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,8 +15,10 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
contributor_attr: contributor_attr:
type: string type: string
format: uuid format: uuid
required: false required: false
description: The id of the contributor attribute for contributors from another profile. If workflow_action_roles are not associated to this object, this is required. description: The id of the contributor attribute for contributors from another profile. If workflow_action_roles are not associated to this object, this is required.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -33,3 +33,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,7 +15,9 @@ properties:
type: boolean type: boolean
default: true default: true
description: If the requester should be added as the owner of the profile to be created. description: If the requester should be added as the owner of the profile to be created.
example: true
archived: archived:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -31,3 +31,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -13,11 +13,13 @@ properties:
example: Have the user verify their email address. example: Have the user verify their email address.
email_expiration: email_expiration:
type: integer type: integer
format: int32
required: true required: true
description: The email expiration time, in minutes. description: The email expiration time, in minutes.
example: 20 example: 20
token_expiration: token_expiration:
type: integer type: integer
format: int32
required: true required: true
description: The token expiration time, coordinates with token_expiration_type. description: The token expiration time, coordinates with token_expiration_type.
example: 1 example: 1
@@ -31,3 +33,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -21,7 +21,9 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
requires_comment: requires_comment:
type: boolean type: boolean
default: false default: false
description: If the workflow action requires a comment or not. description: If the workflow action requires a comment or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,6 +15,7 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
configuration_attributes: configuration_attributes:
type: array type: array
items: items:
@@ -23,33 +24,49 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_id: workflow_id:
type: string type: string
format: uuid format: uuid
description: the id of the workflow.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
wait_for_completion: wait_for_completion:
type: boolean type: boolean
example: false example: false
description: If the invitation action should pause the parent workflow to wait for completion.
return_profile: return_profile:
type: boolean type: boolean
example: false example: false
description: If the invitation action should return a profile.
portal_id: portal_id:
type: string type: string
format: uuid format: uuid
description: the id of the portal.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
registration_workflow_id: registration_workflow_id:
type: string type: string
format: uuid format: uuid
description: the id of the registration workflow.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
email_attribute_id: email_attribute_id:
type: string type: string
format: uuid format: uuid
description: the id of the email attribute.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
profile_type_id: profile_type_id:
type: string type: string
format: uuid format: uuid
description: the id of the profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
validate_completed_registration: validate_completed_registration:
type: boolean type: boolean
example: false example: false
description: If the action should validate against completed registrations by email address.
validate_open_registration: validate_open_registration:
type: boolean type: boolean
example: false example: false
description: If the action should validate against open registrations by email address.
workflow_action_email_attributes: workflow_action_email_attributes:
type: array type: array
items: items:
@@ -58,13 +75,20 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_action_id: workflow_action_id:
type: string type: string
format: uuid format: uuid
description: the id of the workflow action.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
email_id: email_id:
type: string type: string
format: uuid format: uuid
description: the id of the email.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
type: type:
type: string type: string
description: the type of email.
enum: [StandardEmail, PerformerNotificationEmail, ApprovalEmail, RejectionEmail] enum: [StandardEmail, PerformerNotificationEmail, ApprovalEmail, RejectionEmail]
example: StandardEmail example: StandardEmail

View File

@@ -15,10 +15,13 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
store_type: store_type:
type: string type: string
required: true required: true
example: Local, Directory enum: [Local, Directory]
description: the type of store.
example: Local
ldap_action_user_roles_attributes: ldap_action_user_roles_attributes:
type: array type: array
items: items:
@@ -27,9 +30,13 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
role_id: role_id:
type: string type: string
format: uuid format: uuid
description: the id of the role.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_action_value_builders_attributes: workflow_action_value_builders_attributes:
type: array type: array
items: items:
@@ -38,14 +45,22 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_action_id: workflow_action_id:
type: string type: string
format: uuid format: uuid
description: the id of the workflow action.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
value_builder_id: value_builder_id:
type: string type: string
format: uuid format: uuid
description: the id of the value builder.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
position: position:
type: integer type: integer
format: int32
description: the position of the value builder attribute.
example: 1 example: 1
workflow_action_directory_groups_attributes: workflow_action_directory_groups_attributes:
type: array type: array
@@ -55,15 +70,20 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
directory_id: directory_id:
type: string type: string
format: uuid format: uuid
description: the id of the directory.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
group_label: group_label:
type: string type: string
format: text format: text
description: the group label.
example: Admin
group_dn: group_dn:
type: string type: string
format: text format: text
description: the group dn.
#coordinate with workflow_action_performers to set up performers example: group
#coordinate with workflow_action_roles to set up performers by role

View File

@@ -29,6 +29,7 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
workflow_action_email_attributes: workflow_action_email_attributes:
type: array type: array
items: items:
@@ -37,13 +38,20 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_action_id: workflow_action_id:
type: string type: string
format: uuid format: uuid
description: the id of the workflow action.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
email_id: email_id:
type: string type: string
format: uuid format: uuid
description: the id of the email.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
type: type:
type: string type: string
enum: [StandardEmail] enum: [StandardEmail]
description: the type of email.
example: StandardEmail example: StandardEmail

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,6 +15,7 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
ne_attribute_ids: ne_attribute_ids:
type: array type: array
required: false required: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -21,7 +21,9 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
requires_comment: requires_comment:
type: boolean type: boolean
default: false default: false
description: If the workflow action requires a comment or not. description: If the workflow action requires a comment or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -21,7 +21,9 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
requires_comment: requires_comment:
type: boolean type: boolean
default: false default: false
description: If the workflow action requires a comment or not. description: If the workflow action requires a comment or not.
example: false

View File

@@ -15,6 +15,7 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
configuration_attributes: configuration_attributes:
type: array type: array
items: items:
@@ -23,25 +24,38 @@ properties:
id: id:
type: string type: string
format: uuid format: uuid
description: the id.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
workflow_id: workflow_id:
type: string type: string
format: uuid format: uuid
description: the id of the workflow.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
wait_for_completion: wait_for_completion:
type: boolean type: boolean
description: If the parent workflow should wait for the child to complete.
example: false example: false
profile_to_send: profile_to_send:
type: string type: string
enum: [none, current, attribute, profile_type] enum: [none, current, attribute, profile_type]
description: the profile the parent should send to the child workflow.
example: current example: current
return_profile: return_profile:
type: boolean type: boolean
description: if the child workflow should return a profile.
example: false example: false
run_workflow_action_id: run_workflow_action_id:
type: string type: string
format: uuid format: uuid
description: the id of the child workflow to run.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
email_attribute_id: email_attribute_id:
type: string type: string
format: uuid format: uuid
description: the id of the email attribute.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
profile_type_id: profile_type_id:
type: string type: string
format: uuid format: uuid
description: the id of the profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,8 +15,10 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false
number_of_questions: number_of_questions:
type: integer type: integer
format: int32
required: true required: true
description: The number of questions the user should answer upon login. description: The number of questions the user should answer upon login.
example: 1 example: 1

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -22,3 +22,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false

View File

@@ -15,3 +15,4 @@ properties:
type: boolean type: boolean
default: false default: false
description: If the workflow action is archived or not. description: If the workflow action is archived or not.
example: false