Loading OpenAPI/TS28312_IntentNrm.yaml +29 −4 Original line number Diff line number Diff line Loading @@ -446,9 +446,8 @@ components: type: string observationPeriod: description: >- It indicates the time period for which the fulfilment process is observed and at the end of which the fulfilmentInfo for corresponding ExpectationTargets, IntentExpectations and Intent is updated. It indicates the time period for which the fulfilment process or exploration process is observed and at the end of which which the IntentFulfilmentReport or IntentExplorationReport is updated and reported. type: integer expectedReportTypes: description: >- Loading Loading @@ -709,6 +708,15 @@ components: $ref: '#/components/schemas/ExpectationExplorationResult' uniqueItems: true minItems: 1 expectationExplorationStatus: description: -> It describes the status of intent exploration process. type: string enum: - NOT_STARTED - RUNNING - FINISHED - FAILED ExpectationExplorationResult: description: >- It represents the expectation exploration result for a specific intent expectation Loading @@ -720,7 +728,7 @@ components: targetExplorationResults: type: array items: $ref: '#/components/schemas/ExpectationTarget' $ref: '#/components/schemas/TargetExplorationResult' uniqueItems: true minItems: 1 contextExplorationResults: Loading @@ -732,6 +740,23 @@ components: required: - expectationId - targetExplorationResults TargetExplorationResult: type: object description: >- It represents exploration results (i.e. recommended best values) for the expectation targets. properties: targetName: type: string targetCondition: $ref: '#/components/schemas/Condition' targetValueRange: $ref: '#/components/schemas/ValueRangeType' cellContext: $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/CellContext' coverageAreaPolygonContext: $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/CoverageAreaPolygonContext' #-------Definition of the generic IntentExplorationReport dataType----------------# Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +29 −4 Original line number Diff line number Diff line Loading @@ -446,9 +446,8 @@ components: type: string observationPeriod: description: >- It indicates the time period for which the fulfilment process is observed and at the end of which the fulfilmentInfo for corresponding ExpectationTargets, IntentExpectations and Intent is updated. It indicates the time period for which the fulfilment process or exploration process is observed and at the end of which which the IntentFulfilmentReport or IntentExplorationReport is updated and reported. type: integer expectedReportTypes: description: >- Loading Loading @@ -709,6 +708,15 @@ components: $ref: '#/components/schemas/ExpectationExplorationResult' uniqueItems: true minItems: 1 expectationExplorationStatus: description: -> It describes the status of intent exploration process. type: string enum: - NOT_STARTED - RUNNING - FINISHED - FAILED ExpectationExplorationResult: description: >- It represents the expectation exploration result for a specific intent expectation Loading @@ -720,7 +728,7 @@ components: targetExplorationResults: type: array items: $ref: '#/components/schemas/ExpectationTarget' $ref: '#/components/schemas/TargetExplorationResult' uniqueItems: true minItems: 1 contextExplorationResults: Loading @@ -732,6 +740,23 @@ components: required: - expectationId - targetExplorationResults TargetExplorationResult: type: object description: >- It represents exploration results (i.e. recommended best values) for the expectation targets. properties: targetName: type: string targetCondition: $ref: '#/components/schemas/Condition' targetValueRange: $ref: '#/components/schemas/ValueRangeType' cellContext: $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/CellContext' coverageAreaPolygonContext: $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/CoverageAreaPolygonContext' #-------Definition of the generic IntentExplorationReport dataType----------------# Loading