Commit e762dd12 authored by qiwen's avatar qiwen Committed by ruiyue
Browse files

Update file TS28541_5GcNrm.yaml

parent 107bc3b3
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -608,7 +608,23 @@ components:
        dnaiList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnai'
          minItems: 1
        dnaiSatelliteMappingList:
          type: array
          $ref: '#/components/schemas/dnaiSatelliteMapping'

    dnaiSatelliteMapping:
      type: object
      properties:
        dnaiList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnai'
          minItems: 1
        geoSatelliteId:
          type: string
          pattern: '^[0-9]{5}$'

    SnssaiSmfInfoItem:
      type: object