Commit a1339c77 authored by Simon Pastor's avatar Simon Pastor
Browse files

PR comments applied, using only implicit objects, creating inline oneOf but commented out

parent f7780f0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ repo:
    # platform ingress configuration
    ingress:
      # host name
      host: 10.3.16.150
      host: my-advantedge.com
      # enable https only (redirect http requests to https port)
      https-only: true
      # bind to host ports (true) or node ports (false)
+32 −72
Original line number Diff line number Diff line
@@ -246,18 +246,7 @@ paths:
        content:
          application/json:
            schema:
              oneOf:
              - $ref: '#/components/schemas/CellChangeSubscription'
              - $ref: '#/components/schemas/RabEstSubscription'
              - $ref: '#/components/schemas/RabModSubscription'
              - $ref: '#/components/schemas/RabRelSubscription'
              - $ref: '#/components/schemas/MeasRepUeSubscription'
              - $ref: '#/components/schemas/NrMeasRepUeSubscription'
              - $ref: '#/components/schemas/MeasTaSubscription'
              - $ref: '#/components/schemas/CaReconfSubscription'
              - $ref: '#/components/schemas/S1BearerSubscription'
              discriminator:
                propertyName: subscriptionType
              $ref: '#/components/schemas/InlineSubscription'
            example:
              subscriptionType: CellChangeSubscription
              callbackReference: 'http://my.callback.com/rni-cell-change/some-id'
@@ -283,18 +272,7 @@ paths:
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/CellChangeSubscription'
                - $ref: '#/components/schemas/RabEstSubscription'
                - $ref: '#/components/schemas/RabModSubscription'
                - $ref: '#/components/schemas/RabRelSubscription'
                - $ref: '#/components/schemas/MeasRepUeSubscription'
                - $ref: '#/components/schemas/NrMeasRepUeSubscription'
                - $ref: '#/components/schemas/MeasTaSubscription'
                - $ref: '#/components/schemas/CaReconfSubscription'
                - $ref: '#/components/schemas/S1BearerSubscription'
                discriminator:
                  propertyName: subscriptionType
                $ref: '#/components/schemas/InlineSubscription'
              example:
                subscriptionType: CellChangeSubscription
                callbackReference: 'http://my.callback.com/rni-cell-change/some-id'
@@ -346,18 +324,7 @@ paths:
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/CellChangeNotification'
                      - $ref: '#/components/schemas/RabEstNotification'
                      - $ref: '#/components/schemas/RabModNotification'
                      - $ref: '#/components/schemas/RabRelNotification'
                      - $ref: '#/components/schemas/MeasRepUeNotification'
                      - $ref: '#/components/schemas/NrMeasRepUeNotification'
                      - $ref: '#/components/schemas/MeasTaNotification'
                      - $ref: '#/components/schemas/CaReconfNotification'
                      - $ref: '#/components/schemas/S1BearerNotification'
                      discriminator:
                        propertyName: notificationType
                      $ref: '#/components/schemas/InlineNotification'
                    example:
                      notificationType: CellChangeNotification
                      associateId:
@@ -399,18 +366,7 @@ paths:
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/CellChangeSubscription'
                - $ref: '#/components/schemas/RabEstSubscription'
                - $ref: '#/components/schemas/RabModSubscription'
                - $ref: '#/components/schemas/RabRelSubscription'
                - $ref: '#/components/schemas/MeasRepUeSubscription'
                - $ref: '#/components/schemas/NrMeasRepUeSubscription'
                - $ref: '#/components/schemas/MeasTaSubscription'
                - $ref: '#/components/schemas/CaReconfSubscription'
                - $ref: '#/components/schemas/S1BearerSubscription'
                discriminator:
                  propertyName: subscriptionType
                $ref: '#/components/schemas/InlineSubscription'
              example:
                subscriptionType: CellChangeSubscription
                callbackReference: 'http://my.callback.com/rni-cell-change/some-id'
@@ -458,18 +414,7 @@ paths:
        content:
          application/json:
            schema:
              oneOf:
              - $ref: '#/components/schemas/CellChangeSubscription'
              - $ref: '#/components/schemas/RabEstSubscription'
              - $ref: '#/components/schemas/RabModSubscription'
              - $ref: '#/components/schemas/RabRelSubscription'
              - $ref: '#/components/schemas/MeasRepUeSubscription'
              - $ref: '#/components/schemas/NrMeasRepUeSubscription'
              - $ref: '#/components/schemas/MeasTaSubscription'
              - $ref: '#/components/schemas/CaReconfSubscription'
              - $ref: '#/components/schemas/S1BearerSubscription'
              discriminator:
                propertyName: subscriptionType
              $ref: '#/components/schemas/InlineSubscription'
            example:
              subscriptionType: CellChangeSubscription
              callbackReference: 'http://my.callback.com/rni-cell-change/some-id'
@@ -500,18 +445,7 @@ paths:
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/CellChangeSubscription'
                - $ref: '#/components/schemas/RabEstSubscription'
                - $ref: '#/components/schemas/RabModSubscription'
                - $ref: '#/components/schemas/RabRelSubscription'
                - $ref: '#/components/schemas/MeasRepUeSubscription'
                - $ref: '#/components/schemas/NrMeasRepUeSubscription'
                - $ref: '#/components/schemas/MeasTaSubscription'
                - $ref: '#/components/schemas/CaReconfSubscription'
                - $ref: '#/components/schemas/S1BearerSubscription'
                discriminator:
                  propertyName: subscriptionType
                $ref: '#/components/schemas/InlineSubscription'
              example:
                subscriptionType: CellChangeSubscription
                callbackReference: 'http://my.callback.com/rni-cell-change/some-id'
@@ -1477,6 +1411,32 @@ components:
      - expiryDeadline
      type: object
      x-etsi-ref: 6.4.9
    InlineNotification:
      oneOf:
      - $ref: '#/components/schemas/CellChangeNotification'
      - $ref: '#/components/schemas/RabEstNotification'
      - $ref: '#/components/schemas/RabModNotification'
      - $ref: '#/components/schemas/RabRelNotification'
      - $ref: '#/components/schemas/MeasRepUeNotification'
      - $ref: '#/components/schemas/NrMeasRepUeNotification'
      - $ref: '#/components/schemas/MeasTaNotification'
      - $ref: '#/components/schemas/CaReconfNotification'
      - $ref: '#/components/schemas/S1BearerNotification'
      discriminator:
        propertyName: notificationType
    InlineSubscription:
      oneOf:
      - $ref: '#/components/schemas/CellChangeSubscription'
      - $ref: '#/components/schemas/RabEstSubscription'
      - $ref: '#/components/schemas/RabModSubscription'
      - $ref: '#/components/schemas/RabRelSubscription'
      - $ref: '#/components/schemas/MeasRepUeSubscription'
      - $ref: '#/components/schemas/NrMeasRepUeSubscription'
      - $ref: '#/components/schemas/MeasTaSubscription'
      - $ref: '#/components/schemas/CaReconfSubscription'
      - $ref: '#/components/schemas/S1BearerSubscription'
      discriminator:
        propertyName: subscriptionType
    L2Meas:
      properties:
        cellInfo:
+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: 2020-11-12T10:55:28.376-05:00[America/New_York]
- Build date: 2020-11-12T18:50:02.016-05:00[America/New_York]


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@
 */
package server

type Body struct {
type InlineNotification struct {
}
+1 −1
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@
 */
package server

type Body1 struct {
type InlineSubscription struct {
}
Loading