generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from rartych/Corrections_for_metarelease
Corrections of info and servers objects for metarelease
- Loading branch information
Showing
3 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
--- | ||
openapi: 3.0.3 | ||
info: | ||
title: Connectivity Insights API | ||
version: '0.3.0-wip' | ||
contact: | ||
email: [email protected] | ||
title: Connectivity Insights - Application Profiles | ||
version: wip | ||
license: | ||
name: Apache 2.0 | ||
url: https://www.apache.org/licenses/LICENSE-2.0.html | ||
description: | | ||
Application profiles allows application developers to share all the information about their application which would be relavant in network/CAMARA APIs related decision making. //todo | ||
x-camara-commonalities: 0.4.0 | ||
|
||
servers: | ||
- url: "{apiRoot}/{basePath}" | ||
- url: "{apiRoot}/application-profiles/v0.3" | ||
variables: | ||
apiRoot: | ||
default: http://localhost:9091 | ||
description: API root | ||
basePath: | ||
default: connectivity-insights/v0 | ||
description: Base path for the Connectivity Insights API | ||
|
||
tags: | ||
- name: Application Profiles | ||
|
@@ -415,4 +412,4 @@ | |
example: | ||
status: 503 | ||
code: UNAVAILABLE | ||
message: "Service unavailable" | ||
message: "Service unavailable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
openapi: 3.0.3 | ||
info: | ||
title: Connectivity Insights API | ||
title: Connectivity Insights | ||
version: 'wip' | ||
contact: | ||
email: [email protected] | ||
license: | ||
name: Apache 2.0 | ||
url: https://www.apache.org/licenses/LICENSE-2.0.html | ||
x-camara-commonalities: 0.4.0 | ||
description: | | ||
The Connectivity Insights API allows an application developer to ask | ||
the network the likelihood that an application's networking | ||
|
@@ -65,14 +64,11 @@ | |
upholding the principles of transparency and user-centric data control. | ||
servers: | ||
- url: "{apiRoot}/{basePath}" | ||
- url: "{apiRoot}/connectivity-insights/v0.3" | ||
variables: | ||
apiRoot: | ||
default: http://localhost:9091 | ||
description: API root | ||
basePath: | ||
default: connectivity-insights/v0 | ||
description: Base path for the Connectivity Insights API | ||
|
||
tags: | ||
- name: Quality Insights | ||
|