Commit b2673c1f authored by Michel Roy's avatar Michel Roy Committed by admin_forge
Browse files

integer format hotfix

parent 59ee2222
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -660,22 +660,22 @@
                      "properties": {
                        "bandwidth": {
                          "description": "The required connection bandwidth in kbit/s for the use of the MEC application instance. ",
                          "format": "uint32",
                          "type": "integer",
                          "format": "int32",
                          "x-etsi-mec-cardinality": "0..1",
                          "x-etsi-mec-origin-type": "uint32"
                        },
                        "latency": {
                          "description": "The target round trip time in milliseconds supported by the MEC system for the MEC application instance.",
                          "format": "uint32",
                          "type": "integer",
                          "format": "int32",
                          "x-etsi-mec-cardinality": "0..1",
                          "x-etsi-mec-origin-type": "uint32"
                        },
                        "memory": {
                          "description": "The maximum size in Mbytes of the memory resource expected to be used by the MEC application instance in the MEC system.",
                          "format": "uint32",
                          "type": "integer",
                          "format": "int32",
                          "x-etsi-mec-cardinality": "0..1",
                          "x-etsi-mec-origin-type": "uint32"
                        },
@@ -691,8 +691,8 @@
                        },
                        "storage": {
                          "description": "The maximum size in Mbytes of the storage resource expected to be used by the MEC application instance in the MEC system.",
                          "format": "uint32",
                          "type": "integer",
                          "format": "int32",
                          "x-etsi-mec-cardinality": "0..1",
                          "x-etsi-mec-origin-type": "uint32"
                        }
@@ -1025,7 +1025,7 @@
          },
          "status": {
            "description": "The HTTP status code for this occurrence of the problem",
            "format": "int32",
            "format": "uint32",
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint32"
+5 −5
Original line number Diff line number Diff line
@@ -489,20 +489,20 @@ components:
                    properties:
                      bandwidth:
                        description: 'The required connection bandwidth in kbit/s for the use of the MEC application instance. '
                        format: uint32
                        type: integer
                        format: int32
                        x-etsi-mec-cardinality: 0..1
                        x-etsi-mec-origin-type: uint32
                      latency:
                        description: The target round trip time in milliseconds supported by the MEC system for the MEC application instance.
                        format: uint32
                        type: integer
                        format: int32
                        x-etsi-mec-cardinality: 0..1
                        x-etsi-mec-origin-type: uint32
                      memory:
                        description: The maximum size in Mbytes of the memory resource expected to be used by the MEC application instance in the MEC system.
                        format: uint32
                        type: integer
                        format: int32
                        x-etsi-mec-cardinality: 0..1
                        x-etsi-mec-origin-type: uint32
                      serviceCont:
@@ -517,8 +517,8 @@ components:
                        x-etsi-mec-origin-type: Enum
                      storage:
                        description: The maximum size in Mbytes of the storage resource expected to be used by the MEC application instance in the MEC system.
                        format: uint32
                        type: integer
                        format: int32
                        x-etsi-mec-cardinality: 0..1
                        x-etsi-mec-origin-type: uint32
                    type: object
@@ -788,7 +788,7 @@ components:
          x-etsi-mec-origin-type: URI
        status:
          description: The HTTP status code for this occurrence of the problem
          format: int32
          format: uint32
          type: integer
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Uint32