Commit 8b7f9327 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Minor changes in the yaml file (format)

parent 2ae1ba55
Loading
Loading
Loading
Loading
+21 −21
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ openapi: "3.0.0"
# Last Version: 04.03.2022
# Last Version: 04.03.2022
#
#
info: 
info: 
  version: 0.0.4
  version: 0.0.5
  title: World Storage API
  title: World Storage API
  description: API ensuring interoperability between an authoring tool and a World Storage service
  description: API ensuring interoperability between an authoring tool and a World Storage service
  license:
  license:
@@ -376,7 +376,7 @@ components:
      name: UUID
      name: UUID
      in: path
      in: path
      required: true
      required: true
      description: A Universally Unique IDentifier identifying the object
      description: A Universally Unique IDentifier identifying the object (RFC 4122).
      schema:
      schema:
        type: string
        type: string
        format: uuid
        format: uuid
@@ -407,7 +407,7 @@ components:
        name:
        name:
          description: A human readable name for the trackable.
          description: A human readable name for the trackable.
          type: string
          type: string
          example: newTrackableXYZ
          example: myTrackableXYZ
        creatorUUID:        
        creatorUUID:        
          description: A Universally Unique IDentifier identifying the creator of the trackable (a person, a team or a company).
          description: A Universally Unique IDentifier identifying the creator of the trackable (a person, a team or a company).
          type: string
          type: string
@@ -452,7 +452,7 @@ components:
        name:
        name:
          description: A human readable name for the world anchor.
          description: A human readable name for the world anchor.
          type: string
          type: string
          example: newWorldAnchorXYZ
          example: myWorldAnchorXYZ
        creatorUUID:
        creatorUUID:
          description: A Universally Unique IDentifier identifying the creator of the world anchor.
          description: A Universally Unique IDentifier identifying the creator of the world anchor.
          type: string
          type: string
@@ -546,7 +546,7 @@ components:
        dataFormat:
        dataFormat:
          description: Identifier of the target framework
          description: Identifier of the target framework
          type: string
          type: string
          enum: [HOLOLENS, ARKIT, ARCORE, VUFORIA, ARUCO]
          enum: [HOLOLENS, ARKIT, ARCORE, VUFORIA, ARUCO, OTHER]
          example : "HOLOLENS"
          example : "HOLOLENS"
        version:
        version:
          description: The version of the format
          description: The version of the format