Commit 427cc814 authored by Yann Garcia's avatar Yann Garcia
Browse files

Align meep-vis with MEC 030 v3.2.2

parent 829a7fa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022  The AdvantEDGE Authors
# Copyright (c) 2024  The AdvantEDGE Authors
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022  The AdvantEDGE Authors
# Copyright (c) 2024  The AdvantEDGE Authors
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022  InterDigital Communications, Inc
# Copyright (c) 2024  InterDigital Communications, Inc
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022  The AdvantEDGE Authors
# Copyright (c) 2024  The AdvantEDGE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+26 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ info:
  license:
    name: BSD-3-Clause
    url: https://forge.etsi.org/legal-matters
  version: 3.1.1
  version: 3.2.2
externalDocs:
  description: "ETSI GS MEC 030 V2X Information Services API, v3.1.1"
  url: https://www.https://www.etsi.org/deliver/etsi_gs/MEC/001_099/030/03.02.01_60/
@@ -3001,6 +3001,31 @@ components:
        subscription:
          $ref: '#/components/schemas/LinkType'
      description: 'Hyperlink related to the resource. '
    ExpiryNotification:
      properties:
        _links:
          description: Hyperlink related to the resource.
          properties:
            subscription:
              $ref: '#/components/schemas/LinkType'
          required:
            - subscription
          type: object
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Structure (inlined)
        expiryDeadline:
          $ref: '#/components/schemas/TimeStamp'
        notificationType:
          description: Shall be set to "ExpiryNotification".
          type: string
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: String
      required:
        - notificationType
        - _links
        - expiryDeadline
      type: object
      x-etsi-ref: 6.4.4
  responses:
    "204":
      description: No Content
Loading