Commit 4ac8094e authored by sunse's avatar sunse
Browse files

Merge branch 'TS28.105_Rel19_enhance_property_for_stage_3_OpenAPI' into...

Merge branch 'TS28.105_Rel19_enhance_property_for_stage_3_OpenAPI' into 'Integration_Rel19_SA5_157_YAML'

TS28105 Rel19 CR0184 enhance the isUnique property for stage 3 OpenAPI

See merge request !1400
parents 38dec903 cb2dd512
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ components:
      properties:
        thresholdList:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ThresholdMonitorNrm.yaml#/components/schemas/ThresholdInfo'
        managedActivationScope:
@@ -91,18 +92,21 @@ components:
          properties:
            dNList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - type: object
          properties:
            timeWindow:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        - type: object
          properties:
            geoPolygon:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
                
@@ -124,10 +128,12 @@ components:
          type: string
        mLCapabilityVersionId:
          type: array
          uniqueItems: true
          items:
            type: string
        expectedPerformanceGains:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ModelPerformance'
        mLModelRef:
@@ -138,12 +144,14 @@ components:
      properties:
        inferenceOutputId:
          type: array
          uniqueItems: true
          items:
            type: string
        aIMLInferenceName:
          type: string
        inferenceOutputTime:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          # FIXME, isOrder/isUnique both as True
@@ -229,6 +237,7 @@ components:
                      type: string  
                    candidateTrainingDataSource:
                      type: array
                      uniqueItems: true
                      items:
                        type: string
                    trainingDataQualityScore:
@@ -241,6 +250,7 @@ components:
                      $ref: '#/components/schemas/MLContext'
                    performanceRequirements:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ModelPerformance'
                    cancelRequest:
@@ -291,16 +301,19 @@ components:
                  properties:
                    usedConsumerTrainingData:
                      type: array
                      uniqueItems: true
                      items:
                        type: string
                    modelConfidenceIndication:
                      type: integer
                    modelPerformanceTraining:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ModelPerformance'
                    modelPerformanceValidation:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ModelPerformance'
                    dataRatioTrainingAndValidation:
@@ -371,6 +384,7 @@ components:
                  properties:
                    modelPerformanceTesting:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ModelPerformance'
                    mLTestingResult:
@@ -458,6 +472,7 @@ components:
                  $ref: '#/components/schemas/SupportedPerfIndicator'
                mLCapabilitiesInfoList:
                  type: array
                  uniqueItems: true
                  items:
                    $ref: '#/components/schemas/MLCapabilityInfo'
                retrainingEventsMonitorRef:
@@ -525,10 +540,12 @@ components:
              properties:
                performanceGainThreshold:
                  type: array
                  uniqueItems: true
                  items:
                    $ref: '#/components/schemas/ModelPerformance'
                newCapabilityVersionId:
                  type: array
                  uniqueItems: true
                  items:
                    type: string
                updateTimeDeadline:
@@ -628,6 +645,7 @@ components:
                  properties:
                    inferenceOutputs:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/InferenceOutput'
                      minItems: 1