#-------Definition of the ExpectationObject dataType ----------#
@@ -789,6 +869,21 @@ components:
-IS_LESS_THAN
targetValueRange:
type:integer
MaintenanceVersionTarget:
description:>-
This data type is the "ExpectationTarget" data type with specialisations for Maintenance Version Target. It describes the maintenance version target for the network maintenance, such as target version of the maintenance object after maintenance.
type:object
properties:
targetName:
type:string
enum:
-MaintenanceVersion
targetCondition:
type:string
enum:
-IS_EQUAL_TO
targetValueRange:
type:string
#-------Definition of the concrete ExpectationTarget dataType----------#
@@ -1063,6 +1158,23 @@ components:
uniqueItems:true
items:
type:string
MaintenanceGuidelinesContext:
description:>-
This data type is the "ObjectContext" data type with specialisations for MaintenanceGuidelinesContext. It describes the guidelines for the network maintenance task of a managed object.
type:object
properties:
contextAttribute:
type:string
enum:
-MaintenanceGuidelines
contextCondition:
type:string
enum:
-IS_ALL_OF
contextValueRange:
type:array
items:
type:string
#-------Definition of the scenario specific ObjectTarget dataType----------------#
#-------Definition of the concrete ExpectationContext dataType----------------#