Unverified Commit 3e08756f authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #316 from dilallkx/kd_sp41_dev_metrics

Application Mobility Service updates
parents cd2cade5 2b97b2b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-09-14T17:37:15.009-04:00
- Build date: 2021-10-12T16:48:28.921-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-09-14T17:37:16.432-04:00
- Build date: 2021-10-12T16:48:30.368-04:00


### Running the server
+19 −21
Original line number Diff line number Diff line
@@ -288,9 +288,7 @@ paths:
        content:
          application/json:
            schema:
              oneOf:
               - $ref: '#/components/schemas/MobilityProcedureSubscription'
               - $ref: '#/components/schemas/AdjacentAppInfoSubscription'
              $ref: '#/components/schemas/InlineSubscription'
            example:
              subscriptionType: MobilityProcedureSubscription
              callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id'
@@ -307,9 +305,7 @@ paths:
          content:
            application/json:
              schema:
               oneOf:
               - $ref: '#/components/schemas/MobilityProcedureSubscription'
               - $ref: '#/components/schemas/AdjacentAppInfoSubscription'  
                $ref: '#/components/schemas/InlineSubscription'
        '400':
          $ref: '#/components/responses/400'
        '401':
@@ -339,14 +335,10 @@ paths:
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/MobilityProcedureNotification'
                      - $ref: '#/components/schemas/AdjacentAppInfoNotification'        
                      $ref: '#/components/schemas/InlineNotification'
              responses:
                '204':
                  $ref: '#/components/responses/204'


  /subscriptions/{subscriptionId}:
    parameters:
    - in: path
@@ -367,9 +359,7 @@ paths:
          content:
            application/json:
              schema:
               oneOf:
               - $ref: '#/components/schemas/MobilityProcedureSubscription'
               - $ref: '#/components/schemas/AdjacentAppInfoSubscription'        
                $ref: '#/components/schemas/InlineSubscription'
        '400':
          $ref: '#/components/responses/400'
        '401':
@@ -393,9 +383,7 @@ paths:
        content:
          application/json:
            schema:
              oneOf:
               - $ref: '#/components/schemas/MobilityProcedureSubscription'
               - $ref: '#/components/schemas/AdjacentAppInfoSubscription'    
              $ref: '#/components/schemas/InlineSubscription'
            example:
              subscriptionType: MobilityProcedureSubscription
              callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id'
@@ -415,9 +403,7 @@ paths:
          content:
            application/json:
              schema:
               oneOf:
               - $ref: '#/components/schemas/MobilityProcedureSubscription'
               - $ref: '#/components/schemas/AdjacentAppInfoSubscription'        
                $ref: '#/components/schemas/InlineSubscription'
        '400':
          $ref: '#/components/responses/400'
        '401':
@@ -1038,6 +1024,18 @@ components:
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: URI
      type: object
    InlineSubscription:
      oneOf:
        - $ref: '#/components/schemas/MobilityProcedureSubscription'
        - $ref: '#/components/schemas/AdjacentAppInfoSubscription'
      discriminator:
          propertyName: subscriptionType
    InlineNotification:
      oneOf:
        - $ref: '#/components/schemas/MobilityProcedureNotification'
        - $ref: '#/components/schemas/AdjacentAppInfoNotification'
      discriminator:
        propertyName: notificationType
  responses:
    204:
      description: No Content
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 2.1.1
- Build date: 2021-10-06T15:28:50.114702-04:00[America/Toronto]
- Build date: 2021-10-12T16:48:25.500510-04:00[America/Toronto]


### Running the server
+370 −470

File changed.

Preview size limit exceeded, changes collapsed.

Loading