Commit 7a5b2025 authored by ruiyue's avatar ruiyue
Browse files

Edit TS28312_IntentNrm.yaml

parent df249b02
Loading
Loading
Loading
Loading
Loading
+7 −24
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ components:
          intentHandlingScope:
            type: array
            uniqueItems: true
            minimum: 1
            items: 
              $ref: '#/components/schemas/IntentHandlingScope'
          supportedNegotiationFunctionalities:
@@ -866,7 +865,7 @@ components:
        supportedObjectContextInfoList:
          type: array
          items:
             $ref: '#/components/schemas/SupportedObjectContextInfo'
             $ref: '#/components/schemas/SupportedContextInfo'
          uniqueItems: true
          minItems: 1
        supportedExpectationTargetInfoList:
@@ -878,7 +877,7 @@ components:
        supportedExpectationContextInfoList:
          type: array
          items:
             $ref: '#/components/schemas/SupportedExpectationContextInfo'
             $ref: '#/components/schemas/SupportedContextInfo'
          uniqueItems: true
          minItems: 1   
      required:
@@ -906,14 +905,14 @@ components:
      required:
        - supportedTargetName

    SupportedObjectContextInfo:
    SupportedContextInfo:
      type: object
      properties: 
        supportedObjectContextAttribute:
        supportedContextAttribute:
          type: string
        supportedObjectContextCondition:
        supportedContextCondition:
          $ref: '#/components/schemas/Condition'
        supportedObjectContextValueRange:
        supportedContextValueRange:
          oneOf:
            - type: array
              uniqueItems: true
@@ -921,22 +920,6 @@ components:
              items:
                $ref: '#/components/schemas/ValueRangeType'
            - $ref: '#/components/schemas/ValueRangeType'
    SupportedExpectationContextInfo:
      type: object
      properties: 
        supportedExpectationContextAttribute:
          type: string
        supportedExpectationContextCondition:
          $ref: '#/components/schemas/Condition'
        supportedExpectationContextValueRange:
          oneOf:
            - type: array
              uniqueItems: true
              minItems: 1
              items:
                $ref: '#/components/schemas/ValueRangeType'
            - $ref: '#/components/schemas/ValueRangeType'


   #-------Definition of the concrete IntentHandlingCapability dataType----------------#