Commit 1698d5a0 authored by allwang's avatar allwang
Browse files

Update genericNrm.yaml SchedulingTime

parent 6c0e2953
Loading
Loading
Loading
Loading
+14 −18
Original line number Diff line number Diff line
@@ -343,6 +343,8 @@ components:
              items:
                $ref: 'comDefs.yaml#/components/schemas/TimeInterval'
            daysOfWeek:
              type: array
              items:
                type: string
                enum:
                  - MONDAY
@@ -359,17 +361,11 @@ components:
              items:
                $ref: 'comDefs.yaml#/components/schemas/TimeInterval'
            daysOfMonth:
              type: array
              items:
                type: integer
                minimum: 0
                maximum: 31
        - type: object
          properties:
            timeIntervals:
              type: array
              items:
                $ref: 'comDefs.yaml#/components/schemas/TimeInterval'
            specialDays:
              $ref: 'comDefs.yaml#/components/schemas/DayInYear'

#-------- Definition of types used in Trace control NRM fragment------------------