Commit 0a5bed82 authored by sunse's avatar sunse
Browse files

Merge branch '28.532_Rel17_CR0211_Correct_notifyMOIChanges' into 'Integration_Rel17_SA5_143_YAML'

S5-223558 Rel-17 CR 28.532 Correct notifyMOIChanges (OpenAPI definitions)

See merge request sa5/MnS!323
parents 6cd4db1e 31276dbf
Loading
Loading
Loading
Loading
+14 −9
Original line number Diff line number Diff line
@@ -156,6 +156,9 @@ paths:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NotifyMoiChanges'
                  application/yang-data+json:
                    schema:
                      $ref: '#/components/schemas/NotifyMoiChanges'
              responses:
                '204':
                  description: >-
@@ -381,9 +384,9 @@ components:
    Operation:
      type: string
      enum:
        - CREATE
        - DELETE
        - REPLACE
        - add
        - remove
        - replace
    ScopeType:
      type: string
      enum:
@@ -437,14 +440,16 @@ components:
          type: string
        sourceIndicator:
          $ref: '#/components/schemas/SourceIndicator'
        op:
          $ref: '#/components/schemas/Operation'
        path:
          $ref: 'comDefs.yaml#/components/schemas/Uri'
        operation:
          $ref: '#/components/schemas/Operation'
        value:
          oneOf:
            - $ref: 'comDefs.yaml#/components/schemas/AttributeNameValuePairSet'
            - $ref: 'comDefs.yaml#/components/schemas/AttributeValueChangeSet'
        value: {}
        oldValue: {}
      required:
        - notificationId
        - op
        - path

    NotifyMoiCreation:
      allOf: