File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ openapi: 3.0.3
4
4
# API info #
5
5
# ###########################################################################
6
6
info :
7
- title : Call Forwarding Signal API
8
- version : 0.2.0-rc.1
7
+ title : Call Forwarding Signal
9
8
description : |
10
9
# Overview
11
10
The Call Forwarding Signal (CFS) API provides the API Consumer with
@@ -147,9 +146,14 @@ info:
147
146
(FAQs will be added in a later version of the documentation)
148
147
# Release Notes
149
148
First draft for the CFS API.
149
+ # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines
150
+ version : 0.2.0-rc.1
151
+ # Name of the license and a URL to the license description
150
152
license :
151
153
name : Apache 2.0
152
154
url : https://www.apache.org/licenses/LICENSE-2.0.html
155
+ # CAMARA Commonalities version - x.y.z
156
+ x-camara-commonalities : 0.4.0
153
157
contact :
154
158
155
159
externalDocs :
You can’t perform that action at this time.
0 commit comments