Commit 58452299 authored by sunse's avatar sunse
Browse files

TS28.623 Rel18 CR0388 correction to duplicate Scope definition and misalignment

parent dfada043
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -201,23 +201,7 @@ components:
          properties:
            streamTarget:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
    Scope:
      oneOf:
        - type: object
          properties:
            scopeType:
              type: string
              enum:
                - BASE_ONLY
                - BASE_ALL
                - BASE_NTH_LEVEL
                - BASE_SUBTREE
            scopeLevel:
              type: integer
        - type: object
          properties:
            dataNodeSelector:
              type: string

    ProcessMonitor:
      description: >-
        This data type is the "ProcessMonitor" data type without specialisations.
+16 −11
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ components:
  schemas:
#-------- Definition of types-----------------------------------------------------
    Scope:
      type: object
      oneOf:
        - type: object
          properties:
            scopeType:
              type: string
@@ -25,6 +26,10 @@ components:
                - BASE_SUBTREE
            scopeLevel:
              type: integer
        - type: object
          properties:
            dataNodeSelector:
              type: string

#-------- Definition of concrete IOCs --------------------------------------------         
    NtfSubscriptionControl-Single: