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

Adding the jsonldContext parameter in Subscription.Common schema as stated by...

Adding the jsonldContext parameter in Subscription.Common schema as stated by clause 5.2.12 Subscription of ETSI GS CIM 009 V1.7.1.
parent d33134d0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5067,6 +5067,13 @@ components:
            - paused
            - expired
          readOnly: true
        jsonldContext:
          description: |
            The dereferenceable URI of the JSON-LD @context to be used when sending 
            a notification resulting from the subscription. If not provided, the
            @context used for the subscription shall be used as a default.
          type: string
          format: uri
    Subscription.Periodic:
      allOf:
        - $ref: '#/components/schemas/Subscription.Common'