Commit a0300cf1 authored by sunse's avatar sunse
Browse files

Merge branch 'DraftCR_28.538_S5-223372_update_ecm.nrm_stage3' into 'Integration_Rel17_SA5_143_YAML'

DraftCR_28.538_S5-223372_Update_OpenAPI/EdgeNRM.yaml

See merge request sa5/MnS!304
parents f4cd13f3 c817dd92
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -74,7 +74,15 @@ components:
          type: integer
        swImageRef:
          type: string

    RegistrationInfo:
      type: object
      properties:
        registrationExpiry:
          type: string
        registrationID:
          type: string
        secCredential:
          type: string

#-------- Definition of concrete IOCs --------------------------------------------

@@ -128,8 +136,12 @@ components:
                      type: string
                    eASRequirementsRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'
                    eESFunctionRef:
                      $ref: 'comDefs.yaml#/components/schemas/DnList'
                    eASAddress:
                      type: string
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
    EESFunction-Single:
      allOf:
@@ -151,8 +163,10 @@ components:
                      $ref: '#/components/schemas/SoftwareImageInfo'
                    serviceContinuitySupport:
                      type: boolean
                    eASFunctonRef:
                    eASFunctionRef:
                      $ref: 'comDefs.yaml#/components/schemas/DnList'  
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single: