Commit 933e5431 authored by ruiyue's avatar ruiyue
Browse files

Correct misalignmnet issues

parent 6e3e0097
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1574,10 +1574,9 @@ components:
          enum:
            - IS_GREATER_THAN
        contextValueRange:
          type: integer
          description: unit is %
          type: number
          minimum: 0
          maximum: 100
          maximum: 1
    SchedulingTimeContext:
      description: >-
        This data type is the "ExpectationContext" data type with specialisations for SchedulingTimeContext.It describes
+12 −8
Original line number Diff line number Diff line
@@ -443,10 +443,13 @@ components:
      description: >-
        It describes civic area, which is represented by civic address (e.g. streets, districts, seats, etc.) or 
        location label (e.g. hotel name, school name).
      type: object
      oneOf:
        - type: object
          properties:
            civicAddress:
              $ref: '#/components/schemas/CivicAddress'
        - type: object
          properties:
            locationLabel:
              description: >-
                It describes a location label (e.g. hotel name, school name).
@@ -602,6 +605,7 @@ components:
              - $ref: "#/components/schemas/ValueRangeType"
        contextInvariant:
          type: boolean
          default: false
      required:
        - contextAttribute
        - contextCondition