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
SOL005
Commits
000a2d67
Commit
000a2d67
authored
Mar 27, 2019
by
moscatelli
Browse files
SOL005_16: SOL005 common def file created and NotificationLink common type added
parent
37dd0982
Pipeline
#514
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/definitions/SOL005_def.yaml
View file @
000a2d67
...
...
@@ -25,21 +25,6 @@ definitions:
description
:
>
String formatted according to IETF RFC 3986.
type
:
string
Link
:
description
:
>
This type represents a link to a resource.
type
:
object
required
:
-
href
properties
:
href
:
description
:
>
URI of a resource referenced from a notification.
Should be an absolute URI (i.e. a URI that contains {apiRoot}),
however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
if the {apiRoot} information is not available.
type
:
string
format
:
url
DateTime
:
description
:
>
Date-time stamp.
...
...
src/SOL005/NSPerformanceManagement/definitions/SOL005_def.yaml
View file @
000a2d67
...
...
@@ -3,35 +3,16 @@ definitions:
description
:
>
An identifier with the intention of being globally unique.
type
:
string
Link
:
description
:
>
This type represents a link to a resource.
type
:
object
required
:
-
href
properties
:
href
:
description
:
>
URI of a resource referenced from a notification.
Should be an absolute URI (i.e. a URI that contains {apiRoot}),
however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
if the {apiRoot} information is not available.
type
:
string
format
:
url
DateTime
:
description
:
>
Date-time stamp.
Representation: String formatted according to IETF RFC 3339.
type
:
string
format
:
"
date-time"
String
:
description
:
>
This type represents stack of string values
type
:
string
Object
:
description
:
>
This type represents stack of object values
...
...
src/SOL005/definitions/SOL005_def.yaml
0 → 100644
View file @
000a2d67
definitions
:
Link
:
description
:
>
This type represents a link to a resource.
type
:
object
required
:
-
href
properties
:
href
:
description
:
>
URI of a resource referenced from a notification.
Should be an absolute URI (i.e. a URI that contains {apiRoot}),
however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
if the {apiRoot} information is not available.
type
:
string
format
:
url
NotificationLink
:
description
:
>
This type represents a link to a resource in a notification, using an absolute or relative URI.
type
:
object
required
:
-
href
properties
:
href
:
description
:
>
URI of a resource referenced from a notification.
Should be an absolute URI (i.e. a URI that contains {apiRoot}),
however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
if the {apiRoot} information is not available.
type
:
string
format
:
url
\ No newline at end of file
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