Skip to content

Commit

Permalink
Merge pull request #60 from rartych/Corrections_for_metarelease
Browse files Browse the repository at this point in the history
Corrections of info and servers objects for metarelease
  • Loading branch information
Kevsy authored Aug 1, 2024
2 parents 1f85b47 + 0ac7c32 commit 9f37b19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
1 change: 0 additions & 1 deletion code/API_definitions/README.MD

This file was deleted.

15 changes: 6 additions & 9 deletions code/API_definitions/application-profiles.yaml
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
Expand Down Expand Up @@ -415,4 +412,4 @@
example:
status: 503
code: UNAVAILABLE
message: "Service unavailable"
message: "Service unavailable"
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f37b19

Please sign in to comment.