Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
5fe0536d
Commit
5fe0536d
authored
Mar 27, 2019
by
Samir Medjiah
Browse files
SOL003_10: "ApiVersionInformation" data type is created
parent
b6a6429a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/definitions/SOL002SOL003_def.yaml
View file @
5fe0536d
...
...
@@ -854,7 +854,7 @@ definitions:
ApiVersionInformation
:
description
:
>
This type represents API version information. It shall comply with the
provisions defined in table 4.4.1.
6-1
.
provisions defined in table 4.4.1.
13-1 (SOL003)
.
type
:
object
required
:
-
uriPrefix
...
...
@@ -872,33 +872,33 @@ definitions:
type
:
array
items
:
type
:
object
required
:
-
version
properties
:
version
:
required
:
-
version
properties
:
version
:
description
:
>
Identifies a supported version. The value of the
version attribute shall be a version identifier as
specified in clause 4.6.1.
type
:
string
isDeprecated
:
description
:
>
If such information is available, this attribute
indicates whether use of the version signaled by the
version attribute is deprecated (true) or not (false).
A deprecated version is still supported by the API producer
but is recommended not to be used any longer.
When a version is no longer supported, it does not appear in
the response body.
type
:
boolean
retirementDate
:
description
:
>
The date and time after which the API version will no
longer be supported.
This attribute may be included if the value of the
isDeprecated attribute is set to true and shall be
absent otherwise.
$ref
:
"
#/definitions/DateTime"
isDeprecated
:
description
:
>
If such information is available, this attribute
indicates whether use of the version signaled by the
version attribute is deprecated (true) or not (false).
A deprecated version is still supported by the API producer
but is recommended not to be used any longer.
When a version is no longer supported, it does not appear in
the response body.
type
:
boolean
retirementDate
:
description
:
>
The date and time after which the API version will no
longer be supported.
This attribute may be included if the value of the
isDeprecated attribute is set to true and shall be
absent otherwise.
$ref
:
"
#/definitions/DateTime"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment