Commit b9ab0171 authored by sunse's avatar sunse
Browse files

TS28.623 Rel19 CR0389 correction to duplicate Scope definition and misalignment

parent 5ad45bb4
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -101,23 +101,6 @@ 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
@@ -27,7 +27,8 @@ components:

#-------- Definition of types-----------------------------------------------------
    Scope:
      type: object
      oneOf:
        - type: object
          properties:
            scopeType:
              type: string
@@ -38,6 +39,10 @@ components:
                - BASE_SUBTREE
            scopeLevel:
              type: integer
        - type: object
          properties:
            dataNodeSelector:
              type: string

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