diff --git a/api/openapi/models/PatchOperation.yaml b/api/openapi/models/PatchOperation.yaml index d882828..1de02a7 100644 --- a/api/openapi/models/PatchOperation.yaml +++ b/api/openapi/models/PatchOperation.yaml @@ -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