Loading API/common/commonopenapi.yaml +256 −237 Original line number Diff line number Diff line # Copyright 2022 ETSI. Licensed under the BSD-3-Clause license # API for the Augmented Reality Framework (ARF) # Working group: ETSI ISG ARF # STF group: STF620 (validation) # # References: # - Explaination UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier / https://fr.wikipedia.org/wiki/Universally_unique_identifier # - UUID formats: 8-4-4-4-12 format string, lower case (but case insensitive on input) # - UUID RFC4122: https://datatracker.ietf.org/doc/html/rfc4122#section-3 # - online UUID generator: https://www.uuidgenerator.net/ # - Rules for RESTful error code RFC2616: https://datatracker.ietf.org/doc/html/rfc2616#section-10 # - Guide: https://restfulapi.net/http-status-codes/ # # Last Version: 06.09.2024 openapi: 3.0.0 info: version: 2.0.0 title: Common module for ARF API description: Common components for the World Storage and the World Analysis services license: name: BSD-3-clause url: https://opensource.org/licenses/BSD-3-Clause # COMPONENTS ############################################### components: Loading API/worldanalysis/worldanalysisopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ openapi: "3.0.0" info: version: 2.0.2 version: 2.0.0 title: World Analysis API description: API ensuring interoperability between Scene Management and a World Analysis service license: Loading API/worldstorage/worldstorageopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ openapi: "3.0.0" info: version: 2.0.2 version: 2.0.0 title: World Storage API description: API ensuring interoperability between an authoring tool and a World Storage service license: Loading Loading
API/common/commonopenapi.yaml +256 −237 Original line number Diff line number Diff line # Copyright 2022 ETSI. Licensed under the BSD-3-Clause license # API for the Augmented Reality Framework (ARF) # Working group: ETSI ISG ARF # STF group: STF620 (validation) # # References: # - Explaination UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier / https://fr.wikipedia.org/wiki/Universally_unique_identifier # - UUID formats: 8-4-4-4-12 format string, lower case (but case insensitive on input) # - UUID RFC4122: https://datatracker.ietf.org/doc/html/rfc4122#section-3 # - online UUID generator: https://www.uuidgenerator.net/ # - Rules for RESTful error code RFC2616: https://datatracker.ietf.org/doc/html/rfc2616#section-10 # - Guide: https://restfulapi.net/http-status-codes/ # # Last Version: 06.09.2024 openapi: 3.0.0 info: version: 2.0.0 title: Common module for ARF API description: Common components for the World Storage and the World Analysis services license: name: BSD-3-clause url: https://opensource.org/licenses/BSD-3-Clause # COMPONENTS ############################################### components: Loading
API/worldanalysis/worldanalysisopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ openapi: "3.0.0" info: version: 2.0.2 version: 2.0.0 title: World Analysis API description: API ensuring interoperability between Scene Management and a World Analysis service license: Loading
API/worldstorage/worldstorageopenapi.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ openapi: "3.0.0" info: version: 2.0.2 version: 2.0.0 title: World Storage API description: API ensuring interoperability between an authoring tool and a World Storage service license: Loading