Commit 6d3c5698 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Fixing minor issue: removing allOf wrapper from previousValue property of the Property schema.

parent 3b783ef4
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4759,8 +4759,7 @@ components:
          description: |
            Previous Property value. Only used in notifications, if the showChanges 
            option is explicitly requested.
          allOf:
            - oneOf:
          oneOf:
            - $ref: '#/components/schemas/DateTimeValue'
            - $ref: '#/components/schemas/AnyValue'
          readOnly: true