Commit 083c327d authored by Gergely Csatari's avatar Gergely Csatari
Browse files

Correction of bug 81



Moving _links ourside from report in PmJob schema.

Change-Id: Ib14c743efa760b08442b7fa28099ae8b2b978ad4
Signed-off-by: Gergely Csatari's avatarGergely Csatari <gergely.csatari@nokia.com>
parent 6a4b7e51
......@@ -169,25 +169,25 @@ definitions:
The size of the report file in bytes, if known.
type: integer
# TODO: How to express unsigned int?
_links:
_links:
description: >
Links for this resource.
type: object
required:
- self
properties:
self:
description: >
URI of this resource.
$ref: "SOL002SOL003_def.yaml#/definitions/Link"
objects:
description: >
Links for this resource.
type: object
required:
- self
properties:
self:
description: >
URI of this resource.
$ref: "SOL002SOL003_def.yaml#/definitions/Link"
objects:
description: >
Links to resources representing the VNF instances for which
performance information is collected. Shall be present if
the VNF instance information is accessible as a resource.
type: array
items:
$ref: "SOL002SOL003_def.yaml#/definitions/Link"
Links to resources representing the VNF instances for which
performance information is collected. Shall be present if
the VNF instance information is accessible as a resource.
type: array
items:
$ref: "SOL002SOL003_def.yaml#/definitions/Link"
PmJobCriteria:
description: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment