Loading OpenAPI/TS28312_IntentNrm.yaml +39 −30 Original line number Diff line number Diff line Loading @@ -676,6 +676,9 @@ components: $ref: '#/components/schemas/Context' uniqueItems: true minItems: 1 required: - expectationId - targetExplorationResults #-------Definition of the generic IntentExplorationReport dataType----------------# Loading Loading @@ -719,6 +722,9 @@ components: $ref: '#/components/schemas/PossibleImpact' uniqueItems: true minItems: 1 required: - possibleIntentOutcomeId - intentFulfilmentInfo PossibleImpact: description: >- It represents the possible impact of the possible outcome Loading Loading @@ -809,6 +815,8 @@ components: items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' required: - supportedTargetName #-------Definition of the concrete IntentHandlingCapability dataType----------------# Loading @@ -832,8 +840,10 @@ components: properties: utilityFunctionId: type: string readOnly: true utilityResult: type: number readOnly: true #-------Definition of the concrete UtilityResult dataType----------------# #-------Definition of the generic UtilityDefinition dataType----------------# Loading @@ -844,16 +854,15 @@ components: properties: utilityDefinitionId: type: string readOnly: true utilityDescription: type: string readOnly: true utilityParameterList: oneOf: - type: array uniqueItems: true minItems: 1 type: array items: $ref: '#/components/schemas/UtilityParameter' - $ref: '#/components/schemas/UtilityParameter' uniqueItems: true #-------Definition of the concrete UtilityDefinition dataType----------------# #------Definition of JSON arrays for name-contained IOCs ---------------# Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +39 −30 Original line number Diff line number Diff line Loading @@ -676,6 +676,9 @@ components: $ref: '#/components/schemas/Context' uniqueItems: true minItems: 1 required: - expectationId - targetExplorationResults #-------Definition of the generic IntentExplorationReport dataType----------------# Loading Loading @@ -719,6 +722,9 @@ components: $ref: '#/components/schemas/PossibleImpact' uniqueItems: true minItems: 1 required: - possibleIntentOutcomeId - intentFulfilmentInfo PossibleImpact: description: >- It represents the possible impact of the possible outcome Loading Loading @@ -809,6 +815,8 @@ components: items: $ref: '#/components/schemas/ValueRangeType' - $ref: '#/components/schemas/ValueRangeType' required: - supportedTargetName #-------Definition of the concrete IntentHandlingCapability dataType----------------# Loading @@ -832,8 +840,10 @@ components: properties: utilityFunctionId: type: string readOnly: true utilityResult: type: number readOnly: true #-------Definition of the concrete UtilityResult dataType----------------# #-------Definition of the generic UtilityDefinition dataType----------------# Loading @@ -844,16 +854,15 @@ components: properties: utilityDefinitionId: type: string readOnly: true utilityDescription: type: string readOnly: true utilityParameterList: oneOf: - type: array uniqueItems: true minItems: 1 type: array items: $ref: '#/components/schemas/UtilityParameter' - $ref: '#/components/schemas/UtilityParameter' uniqueItems: true #-------Definition of the concrete UtilityDefinition dataType----------------# #------Definition of JSON arrays for name-contained IOCs ---------------# Loading