WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
description:Identifier of the intent. Assigned by the Intent Owner.
@@ -33,6 +36,9 @@ components:
$ref:"#/components/schemas/IntentExpectation"
IntentExpectation:
type:object
required:
-expectationId
-expectationName
properties:
expectationId:
description:Identifier of the intent expectation.
@@ -61,6 +67,9 @@ components:
$ref:"#/components/schemas/Context"
IntentContext:
type:object
required:
-contextId
-contextName
properties:
contextId:
description:The identifier of this context.
@@ -77,6 +86,8 @@ components:
$ref:"#/components/schemas/Condition"
ExpectationObject:
type:object
required:
-objectInstanceId
properties:
objectType:
description:Type of the object of the intent expectation that are expected to be applied on.
@@ -93,6 +104,8 @@ components:
example:"tbd"
ExpectationTarget:
type:object
required:
-targetId
properties:
targetId:
description:The identifier of this expectation target.
@@ -112,6 +125,8 @@ components:
$ref:"#/components/schemas/Context"
Context:
type:object
required:
-contextId
properties:
contextId:
description:The identifier of the context.
@@ -127,6 +142,8 @@ components:
$ref:"#/components/schemas/Condition"
Condition:
type:object
required:
-conditionId
properties:
conditionId:
description:The identifier of the condition.
@@ -148,6 +165,9 @@ components:
type:array
items:
$ref:"#/components/schemas/Condition"
oneOf:
-required:[conditionValue]
-required:[conditionList]
ProblemDetails:
description:The definition of the general "ProblemDetails" data structure from IETF RFC 7807 is reproduced in this structure. Compared to IETF RFC 7807, the "status" and "detail" attributes are mandated to be included by the present document. It is possible that particular APIs in the present document, or particular implementations, define extensions to define additional attributes that provide more information about the error.