fork of hey-api/openapi-ts because I need some additional things
1components:
2 schemas:
3 ResolutionStep_v1_0_1_ResolutionStep:
4 type: object
5 properties:
6 ResolutionType:
7 oneOf:
8 - $ref: '#/components/schemas/ResolutionStep_v1_0_1_ResolutionType'
9 ActionName:
10 type: string
11 description: Name of the action
12 ResolutionStep_v1_0_1_ResolutionType:
13 type: string
14 enum:
15 - ContactVendor
16 - ResetToDefaults
17 - RetryOperation
18 description: Types of resolution actions
19 ResolutionStep_v1_0_1_ActionParameters:
20 type: object
21 properties:
22 ActionId:
23 type: string
24 ActionType:
25 $ref: '#/components/schemas/ResolutionStep_v1_0_1_ResolutionType'