Commit b3b2afb5 authored by AyeshaAyubG's avatar AyeshaAyubG
Browse files

remove data model from loc-serv

parent bfd59051
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ Models/PeriodicNotificationSubscription.md
Models/ProblemDetails.md
Models/RetrievalStatus.md
Models/ServiceError.md
Models/SubscriptionCancellationNotification.md
Models/SubscriptionNotification.md
Models/TerminalDistance.md
Models/TerminalLocation.md
+0 −12
Original line number Diff line number Diff line
# SubscriptionCancellationNotification
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | [**String**](string.md) | Address of terminal if the error applies to an individual terminal. | [optional] [default to null]
**callbackData** | [**String**](string.md) | CallbackData if passed by the application in the receiptRequest element during the associated subscription operation | [optional] [default to null]
**link** | [**List**](Link.md) | Link to other resources that are in relationship with the resource. | [optional] [default to null]
**reason** | [**ServiceError**](ServiceError.md) |  | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ Class | Method | HTTP request | Description
 - [ProblemDetails](./Models/ProblemDetails.md)
 - [RetrievalStatus](./Models/RetrievalStatus.md)
 - [ServiceError](./Models/ServiceError.md)
 - [SubscriptionCancellationNotification](./Models/SubscriptionCancellationNotification.md)
 - [SubscriptionNotification](./Models/SubscriptionNotification.md)
 - [TerminalDistance](./Models/TerminalDistance.md)
 - [TerminalLocation](./Models/TerminalLocation.md)
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ Class | Method | HTTP request | Description
 - [ProblemDetails](docs/ProblemDetails.md)
 - [RetrievalStatus](docs/RetrievalStatus.md)
 - [ServiceError](docs/ServiceError.md)
 - [SubscriptionCancellationNotification](docs/SubscriptionCancellationNotification.md)
 - [SubscriptionNotification](docs/SubscriptionNotification.md)
 - [TerminalDistance](docs/TerminalDistance.md)
 - [TerminalLocation](docs/TerminalLocation.md)
+0 −26
Original line number Diff line number Diff line
@@ -3956,32 +3956,6 @@ components:
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: string
      description: used to indicate a notification termination or cancellation.
    SubscriptionCancellationNotification:
      required:
      - terminalLocation
      type: object
      properties:
        address:
          type: string
          description: Address of terminal if the error applies to an individual terminal.
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: anyURI
        callbackData:
          type: string
          description: CallbackData if passed by the application in the receiptRequest
            element during the associated subscription operation
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: string
        link:
          type: array
          description: Link to other resources that are in relationship with the resource.
          items:
            $ref: '#/components/schemas/Link'
          x-etsi-mec-cardinality: 0..N
          x-etsi-mec-origin-type: Link
        reason:
          $ref: '#/components/schemas/ServiceError'
      description: A type containing the subscription cancellation notification.
    SubscriptionNotification:
      required:
      - terminalLocation
Loading