Skip to content

Commit

Permalink
Modified api/openapi/models/PatchOperation.yaml
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 ce2826d commit 357fd50
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions api/openapi/models/PatchOperation.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
title: Patch Operation Object
oneOf:
- $ref: ./patch/PatchObject.yaml
- $ref: ./patch/PatchArrayString.yaml
- $ref: ./patch/PatchString.yaml
- $ref: ./patch/PatchNumber.yaml
- $ref: ./patch/PatchInteger.yaml
- $ref: ./patch/PatchBoolean.yaml
type: object
properties:
op:
$ref: ../enums/operationType.yaml
path:
type: string
value:
oneOf:
- type: string
- type: integer

0 comments on commit 357fd50

Please sign in to comment.