Commit 942976b5 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix enum issue in OAS and JSON

parent 9176a138
Loading
Loading
Loading
Loading
Loading

MEC030_V2XInformationService.json

deleted100644 → 0
+0 −2034

File deleted.

Preview size limit exceeded, changes collapsed.

MEC030_V2XInformationService.yaml

deleted100644 → 0
+0 −1669

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -2027,7 +2027,7 @@
          "msgProtocol": {
            "description": "Numerical value corresponding to the application layer protocol supported by the service consumer. For the msgProtocol, the following values are currently defined (see note):\n\n0 = MQTT v3.1.0\n1 = MQTT v3.1.1\n2 = MQTT v5\n3 = MQTT-SN\n4 = AMQP 1.0",
            "items": {
              "enum": ["SEE_DESCRIPTION"],
              "enum": [0, 1, 2, 3, 4],
              "type": "integer"
            },
            "minItems": 1,
+5 −1
Original line number Diff line number Diff line
@@ -1867,7 +1867,11 @@ components:
            4 = AMQP 1.0'
          items:
            enum:
            - SEE_DESCRIPTION
              - 0
              - 1
              - 2
              - 3
              - 4
            type: integer
          minItems: 1
          type: array