Skip to content

Commit 9f37b19

Browse files
authored
Merge pull request #60 from rartych/Corrections_for_metarelease
Corrections of info and servers objects for metarelease
2 parents 1f85b47 + 0ac7c32 commit 9f37b19

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

code/API_definitions/README.MD

-1
This file was deleted.

code/API_definitions/application-profiles.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
---
22
openapi: 3.0.3
33
info:
4-
title: Connectivity Insights API
5-
version: '0.3.0-wip'
6-
contact:
7-
4+
title: Connectivity Insights - Application Profiles
5+
version: wip
86
license:
97
name: Apache 2.0
108
url: https://www.apache.org/licenses/LICENSE-2.0.html
119
description: |
1210
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
11+
x-camara-commonalities: 0.4.0
12+
1313
servers:
14-
- url: "{apiRoot}/{basePath}"
14+
- url: "{apiRoot}/application-profiles/v0.3"
1515
variables:
1616
apiRoot:
1717
default: http://localhost:9091
1818
description: API root
19-
basePath:
20-
default: connectivity-insights/v0
21-
description: Base path for the Connectivity Insights API
2219

2320
tags:
2421
- name: Application Profiles
@@ -415,4 +412,4 @@
415412
example:
416413
status: 503
417414
code: UNAVAILABLE
418-
message: "Service unavailable"
415+
message: "Service unavailable"

code/API_definitions/CAMARA Connectivity Insights API.yaml code/API_definitions/connectivity-insights.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
openapi: 3.0.3
33
info:
4-
title: Connectivity Insights API
4+
title: Connectivity Insights
55
version: 'wip'
6-
contact:
7-
86
license:
97
name: Apache 2.0
108
url: https://www.apache.org/licenses/LICENSE-2.0.html
9+
x-camara-commonalities: 0.4.0
1110
description: |
1211
The Connectivity Insights API allows an application developer to ask
1312
the network the likelihood that an application's networking
@@ -65,14 +64,11 @@
6564
upholding the principles of transparency and user-centric data control.
6665
6766
servers:
68-
- url: "{apiRoot}/{basePath}"
67+
- url: "{apiRoot}/connectivity-insights/v0.3"
6968
variables:
7069
apiRoot:
7170
default: http://localhost:9091
7271
description: API root
73-
basePath:
74-
default: connectivity-insights/v0
75-
description: Base path for the Connectivity Insights API
7672

7773
tags:
7874
- name: Quality Insights

0 commit comments

Comments
 (0)