Commit 3d34f337 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Version updates to 2.0.0 (common file has also a version number)

Some new comment lines
parent 4fed58ca
Loading
Loading
Loading
Loading
+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:
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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: