definitions: VnfIndicator: type: object required: - id - value - vnfInstanceId - _links properties: id: $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd' name: type: string value: type: object vnfInstanceId: $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier' _links: description: > Links to resources related to this resource. type: object required: - self properties: self: description: URI of this resource. $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/Link' vnfInstance: description: Link to the VNF instance that the operation applies to. $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/Link'