Skip to content
Snippets Groups Projects
Commit dbb76866 authored by Michele Carignani's avatar Michele Carignani
Browse files

Fix: due to rebasing Link and Version definitions were duplicated.


Change-Id: I9c73a840083e88b26aed521b4ea42a8fdb74f30b
Signed-off-by: default avatarMichele Carignani <michele.carignani@etsi.org>
parent e14e9de9
No related branches found
No related tags found
No related merge requests found
......@@ -245,19 +245,6 @@ definitions:
- CHANGE_EXT_CONN
- MODIFY_INFO
Link:
description: >
This type represents a link to a resource.
type: object
required:
- href
properties:
href:
description: >
URI of the referenced resource.
type: string
format: url
ProblemDetails:
#SOL003 location: 4.3.5.3
description: >
......@@ -560,7 +547,3 @@ definitions:
type: array
items:
$ref: "#/definitions/Version"
Version:
description: >
A Version.
type: string
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment