Commit 7714067f authored by sunse's avatar sunse Committed by Mirko Cano Soveri
Browse files

Integration rel17 145e OpenAPI changes to release branch

parent e5c60002
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -30,11 +30,19 @@ components:
        aIMLEntityVersion:
          type: string
        expectedRunTimeContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'
        trainingContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'
        runTimeContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'

    AIMLContext:
      type: object
      properties:
        inferenceEntityRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        dataProviderRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    RequestStatus:
      type: string
+255 −83

File changed.

Preview size limit exceeded, changes collapsed.

+4 −1
Original line number Diff line number Diff line
@@ -426,7 +426,10 @@ components:
            - $ref: 'TS28541_NrNrm.yaml#/components/schemas/resources-nrNrm'
            - $ref: 'TS28541_5GcNrm.yaml#/components/schemas/resources-5gcNrm'
            - $ref: 'TS28541_SliceNrm.yaml#/components/schemas/resources-sliceNrm'
            - $ref: 'TS28536_CoslaNrm.yaml#/components/schemas/resources-coslaNrm'            
            - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/resources-intentNrm'
            - $ref: 'TS28104_MdaNrm.yaml#/components/schemas/resources-mdaNrm'
            - $ref: 'TS28105_AiMlNrm.yaml#/components/schemas/resources-AiMlNrm'                           

    MoiChange:
      type: object
+1 −16
Original line number Diff line number Diff line
@@ -86,15 +86,6 @@ components:
          type: string
        swImageRef:
          type: string
    RegistrationInfo:
      type: object
      properties:
        registrationExpiry:
          type: string
        registrationID:
          type: string
        secCredential:
          type: string

#-------- Definition of concrete IOCs --------------------------------------------
    MnS:
@@ -156,14 +147,10 @@ components:
                        type: string
                    eASRequirementsRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    eESFunctionRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    eASAddress:
                      type: array
                      items:
                        type: string
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
    EESFunction-Single:
      allOf:
@@ -189,10 +176,8 @@ components:
                      $ref: '#/components/schemas/SoftwareImageInfo'
                    serviceContinuitySupport:
                      type: boolean
                    eASFunctionRef:
                    eASFunctonRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'  
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single:
+21 −24

File changed.

Preview size limit exceeded, changes collapsed.

Loading