Commit 0f2f21d9 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.623_Rel-20_CR0608_TS-28.623_Correct_definition_for_GeoArea_related_attributes' into 'Integration_Rel20_SA5_165_YAML'

TS28.623_Rel-20_CR0608_TS-28.623_Correct_definition_for_GeoArea_related_attributes

See merge request !2025
parents a5dd606a 8cb1cf28
Loading
Loading
Loading
Loading
Loading
+21 −12
Original line number Diff line number Diff line
@@ -120,15 +120,24 @@ components:
      description: ->
        It defines the information about the management scope of the Management Service.
      oneOf:
        - type: array
        - type: object
          properties:
            objectInstanceList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - type: array
        - type: object
          properties:
            geoAreasList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        - type: array
        - type: object
          properties:
            taiList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'