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