Commit fedbe058 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

modified param localCRS

parent 1e65803a
Loading
Loading
Loading
Loading
+9 −13
Original line number Diff line number Diff line
@@ -154,21 +154,17 @@ components:
          format: byte
          example: "10110101"
        localCRS:
          description: Coordinate reference system of the trackable
          type: array
          minItems: 4
          maxItems: 4
          items:
          description: Coordinate reference system of the trackable, a 4*4 matrix (rowmajor) represented by a float vector
          type: array
          minItems: 16
          maxItems: 16
          items:
            type: number
            format: float
            minItems: 4
            maxItems: 4
          example: [[-2,  1,  -3, 4],
                    [4,   4,  4,  2],
                    [1,   0,  -2, 1],
                    [-1,  -2, 0,  0]]
          example: [-2,  1,  -3, 4,
                    4,   4,  4,  2,
                    1,   0,  -2, 1,
                    -1,  -2, 0,  0]
        unitSystem:
          description: Unit of length
          type: string

API/openapitools.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
  "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
  "spaces": 2,
  "generator-cli": {
    "version": "5.3.0"
  }
}