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

Adding the previousValue parameter in GeoProperty schemas as stated by clause...

Adding the previousValue parameter in GeoProperty schemas as stated by clause 5.2.7 GeoProperty of ETSI GS CIM 009 V1.7.1.
parent c674f779
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -4336,6 +4336,12 @@ components:
          type: string
          type: string
          format: uri
          format: uri
          readOnly: true
          readOnly: true
        previousValue:
          description: |
            Previous GeoProperty value. Only used in notifications, if the showChanges 
            option is explicitly requested.
          $ref: '#/components/schemas/Geometry'
          readOnly: true
      additionalProperties:
      additionalProperties:
        oneOf:
        oneOf:
          - $ref: '#/components/schemas/Property'
          - $ref: '#/components/schemas/Property'