Commit 1717f076 authored by Muhammad Rehan Abbasi's avatar Muhammad Rehan Abbasi
Browse files

remove items tag on data models with type object

parent 9d7e2595
Loading
Loading
Loading
Loading
Loading
+26 −52
Original line number Diff line number Diff line
@@ -745,7 +745,6 @@
        "x-etsi-ref": "6.5.12"
      },
      "Pc5ProvisioningInfo": {
        "items": {
        "properties": {
          "proInfoPc5": {
            "$ref": "#/components/schemas/Pc5ProvisioningInfo.proInfoPc5"
@@ -754,8 +753,6 @@
            "$ref": "#/components/schemas/TimeStamp"
          }
        },
          "type": "object"
        },
        "required": ["proInfoPc5"],
        "type": "object",
        "x-etsi-ref": "6.2.4"
@@ -1247,7 +1244,6 @@
      },
      "SubscriptionLinkList.links": {
        "description": "List of hyperlinks related to the resource.",
        "items": {
        "properties": {
          "self": {
            "$ref": "#/components/schemas/LinkType"
@@ -1256,8 +1252,6 @@
            "$ref": "#/components/schemas/SubscriptionLinkList.links.subscriptions"
          }
        },
          "type": "object"
        },
        "required": ["self"],
        "type": "object",
        "x-etsi-mec-cardinality": "1",
@@ -1347,7 +1341,7 @@
      },
      "TransmissionBandwidth.transmissionBandwidth": {
        "description": "'Numeric value corresponding to the transmission bandwidth expressed in units of resource blocks as follows:\n\n1 = bw6 (6 resource blocks)\n\n2 = bw15 (15 resource blocks)\n\n3 = bw25 (25 resource blocks)\n\n4 = bw50 (50 resource blocks)\n\n5 = bw75 (75 resource blocks)\n\n6 = bw100 (100 resource blocks)'\n",
        "enum": ["1", "2", "3", "4", "5", "6"],
        "enum": [1, 2, 3, 4, 5, 6],
        "type": "integer",
        "x-etsi-mec-cardinality": "1",
        "x-etsi-mec-origin-type": "Enum"
@@ -1395,7 +1389,6 @@
        "x-etsi-ref": "6.5.11"
      },
      "UuMbmsProvisioningInfo": {
        "items": {
        "properties": {
          "proInfoUuMbms": {
            "$ref": "#/components/schemas/UuMbmsProvisioningInfo.proInfoUuMbms"
@@ -1404,8 +1397,6 @@
            "$ref": "#/components/schemas/TimeStamp"
          }
        },
          "type": "object"
        },
        "required": ["proInfoUuMbms"],
        "type": "object",
        "x-etsi-ref": "6.2.3"
@@ -1465,7 +1456,6 @@
        "x-etsi-ref": "6.5.9"
      },
      "UuUnicastProvisioningInfo": {
        "items": {
        "properties": {
          "proInfoUuUnicast": {
            "$ref": "#/components/schemas/UuUnicastProvisioningInfo.proInfoUuUnicast"
@@ -1474,8 +1464,6 @@
            "$ref": "#/components/schemas/TimeStamp"
          }
        },
          "type": "object"
        },
        "required": ["proInfoUuUnicast"],
        "type": "object",
        "x-etsi-ref": "6.2.2"
@@ -1627,21 +1615,7 @@
      },
      "msgType": {
        "description": "Published V2X message type. Its value is defined by the standardization organization indicated by the attribute stdOrganization. See note 2.\n− denm(1): Decentralized Environmental Notification Message (DENM) as specified in ETSI EN 302 637-3,\n− cam(2): Cooperative Awareness Message (CAM) as specified in ETSI EN 302 637-2,\n− poi(3): Point of Interest message as specified in ETSI TS 101 556-1,\n− spatem(4): Signal Phase And Timing (SPAT) message as specified in SAE J2735 and in ETSI TS 103 301,\n− mapem(5): MAP message as specified in SAE J2735 and in ETSI TS 103 301,\n− ivim(6): In Vehicle Information (IVI) message as defined in ISO TS 19321,\n− ev-rsr(7): Electric vehicle recharging spot reservation message, as defined in ETSI TS 101 556-3,\n− tistpgtransaction(8): messages for Tyre Information System (TIS) and Tyre Pressure Gauge (TPG) interoperability, as specified in ETSI TS 101 556-2,\n− srem(9): Traffic light Signal Request Message as specified in ETSI TS 103 301,\n− ssem(10): Traffic Light Signal Request Status Message as specified in ETSI TS 103 301.\n− evcsn(11): Electrical Vehicle Charging Spot Notification message as specified in ETSI TS 101 556-1,\n− saem(12): Services Announcement Extended Message as specified in ETSI TS 102 890-1,\n− rtcmem(13): Radio Technical Commission for Maritime Services (RTCM) Message as specified in ETSI TS 103 301,\n",
        "enum": [
          "1",
          "2",
          "3",
          "4",
          "5",
          "6",
          "7",
          "8",
          "9",
          "10",
          "11",
          "12",
          "13"
        ],
        "enum": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13],
        "type": "integer",
        "x-etsi-mec-cardinality": "1",
        "x-etsi-mec-origin-type": "Enum"
+33 −41
Original line number Diff line number Diff line
openapi: 3.0.0
openapi: 3.1.0
info:
  title: 'ETSI GS MEC 030 V2X Information Service API'
  version: 2.1.9
@@ -547,7 +547,6 @@ components:
      type: object
      x-etsi-ref: 6.5.12
    Pc5ProvisioningInfo:
      items:
      properties:
        proInfoPc5:
          $ref: '#/components/schemas/Pc5ProvisioningInfo.proInfoPc5'
@@ -556,7 +555,6 @@ components:
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
        type: object
      required:
        - proInfoPc5
      type: object
@@ -1049,7 +1047,6 @@ components:
      x-etsi-ref: 6.5.7
    SubscriptionLinkList.links:
      description: List of hyperlinks related to the resource.
      items:
      properties:
        self:
          # description': URI of this resource.
@@ -1058,7 +1055,6 @@ components:
          $ref: '#/components/schemas/LinkType'
        subscriptions:
          $ref: '#/components/schemas/SubscriptionLinkList.links.subscriptions'
        type: object
      required:
        - self
      type: object
@@ -1209,7 +1205,6 @@ components:
      type: object
      x-etsi-ref: 6.5.11
    UuMbmsProvisioningInfo:
      items:
      properties:
        proInfoUuMbms:
          $ref: '#/components/schemas/UuMbmsProvisioningInfo.proInfoUuMbms'
@@ -1218,7 +1213,6 @@ components:
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
        type: object
      required:
        - proInfoUuMbms
      type: object
@@ -1289,7 +1283,6 @@ components:
      type: object
      x-etsi-ref: 6.5.9
    UuUnicastProvisioningInfo:
      items:
      properties:
        proInfoUuUnicast:
          $ref: '#/components/schemas/UuUnicastProvisioningInfo.proInfoUuUnicast'
@@ -1298,7 +1291,6 @@ components:
          # x-etsi-mec-cardinality': 0..1
          # x-etsi-mec-origin-type': TimeStamp
          $ref: '#/components/schemas/TimeStamp'
        type: object
      required:
        - proInfoUuUnicast
      type: object