Commit cba7845d authored by cintiarosa's avatar cintiarosa Committed by ruiyue
Browse files

stage 3 for the current draftCR for Rel-19_TS28.105

parent 5c7f5e41
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -246,9 +246,7 @@ components:
          uniqueItems: true
          items:
            type: array
            description: >- 
              A pair of DN, First is the DN of a CCL being coordinated represented, 
              and Second is the DN of that CCL’s CCLScope
            description: Array of pair <String, String>
            minItems: 2
            maxItems: 2
            items:
@@ -288,6 +286,7 @@ components:
          items: 
            $ref: '#/components/schemas/AIMLInferenceName'
          minItems: 1
          readOnly: true
    RLRequirement:
      type: object
      properties:
@@ -325,6 +324,8 @@ components:
          type: string
        allowedClusterTrainingTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          minItems: 1
          maxItems: 1
        preferredModelDiversity:
          type: string

@@ -625,7 +626,7 @@ components:
                      type: boolean 
                      default: FALSE
                    mLModelToLoadRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'

    MLModelLoadingPolicy-Single:
      allOf:
@@ -665,7 +666,8 @@ components:
                    mLModelLoadingPolicyRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                    loadedMLModelRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                      uniqueItems: true

    MLModel-Single:
      allOf:
@@ -711,7 +713,6 @@ components:
                  readOnly: true
                inferenceScope:
                  type: array
                  uniqueItems: true
                  items: 
                    $ref: '#/components/schemas/AIMLInferenceName'
                retrainingEventsMonitorRef: