Commit e3df6d82 authored by svija's avatar svija
Browse files

Submitting CT1#160 meeting agreed changes to TS24550_SS_SmDataSourceRegistration.yaml

parent c00a55e9
Loading
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -345,6 +345,8 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'
        dsUpdateIntervalInfo:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
        mobilityInfo:
          $ref: '#/components/schemas/MobilityInfo'
      required:
        - smDataIdentifier
        - smDataType
@@ -403,3 +405,25 @@ components:
      required:
        - smDataIdentifier
        - smEndPt

# Simple data types

# Enumerations

    MobilityInfo:
      anyOf:
      - type: string
        enum:
          - FIXED_MOBILITY
          - LOW_MOBILITY
          - HIGH_MOBILITY
      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
          but is not used to encode content defined in the present version of this API.
      description: |
        Represents a mobility information.  
        Possible values are:
        - FIXED_MOBILITY: Indicates a fixed mobility information.
        - LOW_MOBILITY: Indicates a low mobility information.
        - HIGH_MOBILITY: Indicates a high mobility information.