Skip to content

Commit 9df49b8

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent f3ae1f8 commit 9df49b8

File tree

1 file changed

+139
-139
lines changed

1 file changed

+139
-139
lines changed

oas/api/openapi.yaml

Lines changed: 139 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -41113,13 +41113,6 @@ components:
4111341113
approvedAt:
4111441114
type: "string"
4111541115
format: "datetime"
41116-
ApprovalFlowApproveAction:
41117-
allOf:
41118-
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41119-
- type: "object"
41120-
properties:
41121-
action:
41122-
type: "string"
4112341116
ApprovalFlowPagedQueryResponse:
4112441117
type: "object"
4112541118
required:
@@ -41144,15 +41137,6 @@ components:
4114441137
type: "array"
4114541138
items:
4114641139
$ref: '#/components/schemas/ApprovalFlow'
41147-
ApprovalFlowRejectAction:
41148-
allOf:
41149-
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41150-
- type: "object"
41151-
properties:
41152-
action:
41153-
type: "string"
41154-
reason:
41155-
type: "string"
4115641140
ApprovalFlowRejection:
4115741141
type: "object"
4115841142
required:
@@ -41166,30 +41150,6 @@ components:
4116641150
format: "datetime"
4116741151
reason:
4116841152
type: "string"
41169-
ApprovalFlowSetCustomFieldAction:
41170-
allOf:
41171-
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41172-
- type: "object"
41173-
required:
41174-
- name
41175-
properties:
41176-
action:
41177-
type: "string"
41178-
name:
41179-
type: "string"
41180-
value:
41181-
{}
41182-
ApprovalFlowSetCustomTypeAction:
41183-
allOf:
41184-
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41185-
- type: "object"
41186-
properties:
41187-
action:
41188-
type: "string"
41189-
type:
41190-
$ref: '#/components/schemas/TypeResourceIdentifier'
41191-
fields:
41192-
$ref: '#/components/schemas/FieldContainer'
4119341153
ApprovalFlowStatus:
4119441154
type: "string"
4119541155
enum:
@@ -41231,6 +41191,46 @@ components:
4123141191
properties:
4123241192
action:
4123341193
type: "string"
41194+
ApprovalFlowApproveAction:
41195+
allOf:
41196+
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41197+
- type: "object"
41198+
properties:
41199+
action:
41200+
type: "string"
41201+
ApprovalFlowRejectAction:
41202+
allOf:
41203+
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41204+
- type: "object"
41205+
properties:
41206+
action:
41207+
type: "string"
41208+
reason:
41209+
type: "string"
41210+
ApprovalFlowSetCustomFieldAction:
41211+
allOf:
41212+
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41213+
- type: "object"
41214+
required:
41215+
- name
41216+
properties:
41217+
action:
41218+
type: "string"
41219+
name:
41220+
type: "string"
41221+
value:
41222+
{}
41223+
ApprovalFlowSetCustomTypeAction:
41224+
allOf:
41225+
- $ref: '#/components/schemas/ApprovalFlowUpdateAction'
41226+
- type: "object"
41227+
properties:
41228+
action:
41229+
type: "string"
41230+
type:
41231+
$ref: '#/components/schemas/TypeResourceIdentifier'
41232+
fields:
41233+
$ref: '#/components/schemas/FieldContainer'
4123441234
ApprovalRule:
4123541235
allOf:
4123641236
- $ref: '#/components/schemas/BaseResource'
@@ -41331,105 +41331,6 @@ components:
4133141331
type: "array"
4133241332
items:
4133341333
$ref: '#/components/schemas/ApprovalRule'
41334-
ApprovalRuleSetApproversAction:
41335-
allOf:
41336-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41337-
- type: "object"
41338-
required:
41339-
- approvers
41340-
properties:
41341-
action:
41342-
type: "string"
41343-
approvers:
41344-
$ref: '#/components/schemas/ApproverHierarchyDraft'
41345-
ApprovalRuleSetCustomFieldAction:
41346-
allOf:
41347-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41348-
- type: "object"
41349-
required:
41350-
- name
41351-
properties:
41352-
action:
41353-
type: "string"
41354-
name:
41355-
type: "string"
41356-
value:
41357-
{}
41358-
ApprovalRuleSetCustomTypeAction:
41359-
allOf:
41360-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41361-
- type: "object"
41362-
properties:
41363-
action:
41364-
type: "string"
41365-
type:
41366-
$ref: '#/components/schemas/TypeResourceIdentifier'
41367-
fields:
41368-
$ref: '#/components/schemas/FieldContainer'
41369-
ApprovalRuleSetDescriptionAction:
41370-
allOf:
41371-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41372-
- type: "object"
41373-
properties:
41374-
action:
41375-
type: "string"
41376-
description:
41377-
type: "string"
41378-
ApprovalRuleSetKeyAction:
41379-
allOf:
41380-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41381-
- type: "object"
41382-
properties:
41383-
action:
41384-
type: "string"
41385-
key:
41386-
type: "string"
41387-
ApprovalRuleSetNameAction:
41388-
allOf:
41389-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41390-
- type: "object"
41391-
required:
41392-
- name
41393-
properties:
41394-
action:
41395-
type: "string"
41396-
name:
41397-
type: "string"
41398-
ApprovalRuleSetPredicateAction:
41399-
allOf:
41400-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41401-
- type: "object"
41402-
required:
41403-
- predicate
41404-
properties:
41405-
action:
41406-
type: "string"
41407-
predicate:
41408-
type: "string"
41409-
ApprovalRuleSetRequestersAction:
41410-
allOf:
41411-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41412-
- type: "object"
41413-
required:
41414-
- requesters
41415-
properties:
41416-
action:
41417-
type: "string"
41418-
requesters:
41419-
type: "array"
41420-
items:
41421-
$ref: '#/components/schemas/RuleRequesterDraft'
41422-
ApprovalRuleSetStatusAction:
41423-
allOf:
41424-
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41425-
- type: "object"
41426-
required:
41427-
- status
41428-
properties:
41429-
action:
41430-
type: "string"
41431-
status:
41432-
$ref: '#/components/schemas/ApprovalRuleStatus'
4143341334
ApprovalRuleStatus:
4143441335
type: "string"
4143541336
enum:
@@ -41555,6 +41456,105 @@ components:
4155541456
properties:
4155641457
associateRole:
4155741458
$ref: '#/components/schemas/AssociateRoleResourceIdentifier'
41459+
ApprovalRuleSetApproversAction:
41460+
allOf:
41461+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41462+
- type: "object"
41463+
required:
41464+
- approvers
41465+
properties:
41466+
action:
41467+
type: "string"
41468+
approvers:
41469+
$ref: '#/components/schemas/ApproverHierarchyDraft'
41470+
ApprovalRuleSetCustomFieldAction:
41471+
allOf:
41472+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41473+
- type: "object"
41474+
required:
41475+
- name
41476+
properties:
41477+
action:
41478+
type: "string"
41479+
name:
41480+
type: "string"
41481+
value:
41482+
{}
41483+
ApprovalRuleSetCustomTypeAction:
41484+
allOf:
41485+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41486+
- type: "object"
41487+
properties:
41488+
action:
41489+
type: "string"
41490+
type:
41491+
$ref: '#/components/schemas/TypeResourceIdentifier'
41492+
fields:
41493+
$ref: '#/components/schemas/FieldContainer'
41494+
ApprovalRuleSetDescriptionAction:
41495+
allOf:
41496+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41497+
- type: "object"
41498+
properties:
41499+
action:
41500+
type: "string"
41501+
description:
41502+
type: "string"
41503+
ApprovalRuleSetKeyAction:
41504+
allOf:
41505+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41506+
- type: "object"
41507+
properties:
41508+
action:
41509+
type: "string"
41510+
key:
41511+
type: "string"
41512+
ApprovalRuleSetNameAction:
41513+
allOf:
41514+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41515+
- type: "object"
41516+
required:
41517+
- name
41518+
properties:
41519+
action:
41520+
type: "string"
41521+
name:
41522+
type: "string"
41523+
ApprovalRuleSetPredicateAction:
41524+
allOf:
41525+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41526+
- type: "object"
41527+
required:
41528+
- predicate
41529+
properties:
41530+
action:
41531+
type: "string"
41532+
predicate:
41533+
type: "string"
41534+
ApprovalRuleSetRequestersAction:
41535+
allOf:
41536+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41537+
- type: "object"
41538+
required:
41539+
- requesters
41540+
properties:
41541+
action:
41542+
type: "string"
41543+
requesters:
41544+
type: "array"
41545+
items:
41546+
$ref: '#/components/schemas/RuleRequesterDraft'
41547+
ApprovalRuleSetStatusAction:
41548+
allOf:
41549+
- $ref: '#/components/schemas/ApprovalRuleUpdateAction'
41550+
- type: "object"
41551+
required:
41552+
- status
41553+
properties:
41554+
action:
41555+
type: "string"
41556+
status:
41557+
$ref: '#/components/schemas/ApprovalRuleStatus'
4155841558
AssociateRole:
4155941559
allOf:
4156041560
- $ref: '#/components/schemas/BaseResource'

0 commit comments

Comments
 (0)