Commit 3478415a authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.105_Rel18_correction_to_attribute_name_of_attribute_related_to_role_for_different_cardinality' into 'Integration_Rel18_SA5_156_YAML'

TS28.105 Rel18 CR0152 correction to attribute name of attribute related to...

See merge request !1260
parents ccc194ce af15ae9a
Loading
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -464,6 +464,10 @@ components:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                sourceTrainedMLModelRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                aIMLInferenceReportRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                usedByFunctionRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    MLModelRepository-Single:
      allOf:
@@ -539,7 +543,7 @@ components:
                  type: boolean 
                mLUpdateProcessRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                mLModelRef:
                mLModelRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    MLUpdateProcess-Single:
@@ -556,9 +560,9 @@ components:
                  type: boolean
                suspendProcess:
                  type: boolean
                mLModelRef:
                mLModelRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                mLUpdateRequestRef:
                mLUpdateRequestRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                mLUpdateReportRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
@@ -573,7 +577,7 @@ components:
              properties:
                updatedMLCapability:
                  $ref: '#/components/schemas/AvailMLCapabilityReport'
                mLModelRef:
                mLModelRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                mLUpdateProcessRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
@@ -597,7 +601,7 @@ components:
                      $ref: '#/components/schemas/AIMLManagementPolicy'
                    usedByFunctionRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    mLModelRef:
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
@@ -627,7 +631,7 @@ components:
                      items:
                        $ref: '#/components/schemas/InferenceOutput'
                      minItems: 1
                    mLModelRef:
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    AIMLInferenceEmulationFunction-Single: