Commit bdcffac5 authored by ruiyue's avatar ruiyue
Browse files

Update OpenAPI/TS28312_IntentNrm.yaml

parent 8f8beb43
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ components:
          type: number        
   #-------Definition of the concrete ExpectationTarget  dataType----------#  
   
   #-------Definition of the concrete ObjectTarget dataType----------------#
   #-------Definition of the concrete ObjectContext dataType----------------#
    ObjectContext:
      description: >-
        This data type is the "ObjectContext" data type without specialisations        
@@ -206,9 +206,23 @@ components:
          type: array
          items:
            type: number 
   #-------Definition of the concrete ObjectContext dataType----------------#

   #-------Definition of the concrete ExpectionContext dataType----------------#

    ExpectationContext:
      description: >-
        This data type is the "ExpectationContext" data type without specialisations       
      type: object
      properties:
        contextAttribute:
          type: string
        contextCondition:
          $ref: "#/components/schemas/Condition"
        contextValueRange:
          type: array
          items:
            type: number 
   #-------Definition of the concrete ExpectionContext dataType----------------#
   
   #------Definition of JSON arrays for name-contained IOCs ---------------#