Commit d47debea authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentExpectations.yaml

parent 9e882daf
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -46,7 +46,10 @@ components:
        expectationContexts:
          type: array
          items:
            $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ExpectationContext'
            type: object
            oneOf:
             - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/TargetAssuranceTimeContext'
             - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ExpectationContext'
      required:
        - expectationId
    EdgeServiceSupportExpectation:
@@ -862,6 +865,22 @@ components:
   #-------Definition of the scenario specific  ObjectTarget dataType----------------#
   
   #-------Definition of the concrete ExpectationContext dataType----------------#

    TargetAssuranceTimeContext:
      description: >-
        This data type is the "Expectation Context" data type with specialisations for TargetAssuranceTimeContext       
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - TargetAssuranceTime
          type: string
          enum:
            - IS_EQUAL_TO
        contextValueRange:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' 

    ServiceStartTimeContext:
      description: >-
        This data type is the "ExpectationContext" data type with specialisations for ServiceStartTimeContext