diff --git a/LocationAPI.split.yaml b/LocationAPI.split.yaml index 900b662c9035307808a4f45975c9e4475a4094bd..c8df5ac5a4a9d4578ace24f14cf2ff993de65d14 100644 --- a/LocationAPI.split.yaml +++ b/LocationAPI.split.yaml @@ -1,7 +1,7 @@ ################################################################################ # Open API specification version # ################################################################################ -swagger: '2.0' +openapi: '3.0.0' ################################################################################ # Document Information # @@ -15,15 +15,9 @@ info: externalDocs: $ref: './externalDocs/index.yaml' -host: 127.0.0.1:8081 -basePath: /exampleAPI/location/v1 -schemes: -- http -- https -consumes: -- application/json -produces: -- application/json +servers: + -url: "http://127.0.0.1:8081/exampleAPI/location/v1" + -url: "htts://127.0.0.1:8081/exampleAPI/location/v1" ################################################################################ # Tags # @@ -47,4 +41,4 @@ paths: # Definitions # ################################################################################ definitions: - $ref: './definitions/index.yaml' \ No newline at end of file + $ref: './definitions/index.yaml' diff --git a/externalDocs/index.yaml b/externalDocs/index.yaml index 20a5a1b0a6b9d12870aaca43efe5c1e39dfe949b..03e11f4849a399ba222e6b12d32d2604e8244d7c 100644 --- a/externalDocs/index.yaml +++ b/externalDocs/index.yaml @@ -1,2 +1,2 @@ -description: 'ETSI MEC013 V1.1.1 Location Service API' -url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/013/01.01.01_60/gs_mec013v010101p.pdf' \ No newline at end of file +description: 'ETSI MEC013 V2.1.1 Location API' +url: 'https://www.etsi.org/deliver/etsi_gs/MEC/001_099/013/02.01.01_60/gs_MEC013v020101p.pdf' diff --git a/info/index.yaml b/info/index.yaml index 2ad1fbcfc63c8ab138310104e18ffb2c45f6958b..12e82167e4bec0b429d60a78b4fbf5a53def4ab6 100644 --- a/info/index.yaml +++ b/info/index.yaml @@ -1,6 +1,9 @@ title: 'Location API' -version: '1.1.1' -description: "The ETSI MEC ISG MEC012 Location API described using OpenAPI. The API is based on the Open Mobile Alliance's specification RESTful Network API for Zonal Presence" +version: '2.1.1' +description: "The ETSI MEC ISG MEC013 Location API described using OpenAPI. The API is based on the Open Mobile Alliance's specification RESTful Network API for Zonal Presence." license: name: BSD-3-Clause url: 'https://forge.etsi.org/legal-matters' +contact: + email: cti_support@etsi.org +