Skip to content

Commit

Permalink
Modified 8 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reingold Shekhtel authored and Reingold Shekhtel committed Jan 22, 2025
1 parent 1bcb8d6 commit 3511d99
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
9 changes: 9 additions & 0 deletions api/openapi/enums/operationType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Operation Type
x-stoplight:
id: 168ae66eaef0a
type: string
enum:
- add
- replace
- remove
description: Patch operation type.
7 changes: 0 additions & 7 deletions api/openapi/enums/patchOperation.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchArrayString.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch operation array string
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchBoolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch Operation Boolean
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchInteger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch Operation Integer
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchNumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch Operation Number
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch Operation Object
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/models/patch/PatchString.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Patch Operation String
type: object
properties:
op:
$ref: ../../enums/patchOperation.yaml
$ref: ../../enums/operationType.yaml
path:
type: string
value:
Expand Down

0 comments on commit 3511d99

Please sign in to comment.