Commit fcb2f22e authored by tangudun's avatar tangudun
Browse files

Update TS29558_Eecs_ECSServiceProvisioning.yaml with CRs agreed in CT3#137 meeting.

parent ee617139
Loading
Loading
Loading
Loading
+17 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: ECS Service Provisioning Service
  version: 1.0.0
  version: 1.0.10
  description: |
    ECS Service Provisioning Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.558 V18.6.0; Enabling Edge Applications;
    3GPP TS 29.558 V18.86.0; Enabling Edge Applications;
    Application Programming Interface (API) specification; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/

@@ -364,7 +364,11 @@ components:
        Represents a Service Provisioning information retrieval request.
      type: object
      properties:
        federationInfo:
        fedInfo:
          type: array
          items:
            $ref: '#/components/schemas/FederationInfo'
          minItems: 1        federationInfo:
          $ref: '#/components/schemas/FederationInfo'
        acProfs:
          type: array
@@ -403,7 +407,11 @@ components:
      properties:
        notifUri:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
        federationInfo:
        fedInfo:
          type: array
          items:
            $ref: '#/components/schemas/FederationInfo'
          minItems: 1        federationInfo:
          $ref: '#/components/schemas/FederationInfo'
        acProfs:
          type: array
@@ -431,7 +439,11 @@ components:
      properties:
        notifUri:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
        federationInfo:
        fedInfo:
          type: array
          items:
            $ref: '#/components/schemas/FederationInfo'
          minItems: 1        federationInfo:
          $ref: '#/components/schemas/FederationInfo'
        acProfs:
          type: array