Commit cfea2bf6 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#96

parent dada4446
Loading
Loading
Loading
Loading
Loading
+10 −17
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ info:
    API for publishing service APIs.
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
  version: "1.0.2"
  version: "1.0.3"
externalDocs:
  description: 3GPP TS 29.222 V15.10.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V15.11.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/published-apis/v1'
@@ -27,7 +27,7 @@ paths:
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/apfId'
            type: string
      requestBody:
        required: true
        content:
@@ -76,7 +76,7 @@ paths:
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/apfId'
            type: string
      responses:
        '200':
          description: Definition of all service API(s) published by the API publishing function.
@@ -116,12 +116,12 @@ paths:
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/serviceApiId'
            type: string
        - name: apfId
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/apfId'
            type: string
      responses:
        '200':
          description: Definition of individual service API published by the API publishing function.
@@ -154,12 +154,12 @@ paths:
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/serviceApiId'
            type: string
        - name: apfId
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/apfId'
            type: string
      requestBody:
        required: true
        content:
@@ -202,12 +202,12 @@ paths:
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/serviceApiId'
            type: string
        - name: apfId
          in: path
          required: true
          schema:
            $ref: '#/components/schemas/apfId'
            type: string
      responses:
        '204':
          description: The individual published service API matching the serviceAPiId is deleted.
@@ -232,13 +232,6 @@ paths:

components:
  schemas:
# Data types uses as path variables
    apfId:
      type: string
      description: Identification of the API publishing function.
    serviceApiId:
      type: string
      description: String identifying an individual published service API.
# Data Type for representations
    ServiceAPIDescription:
      type: object
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.3
  version: 1.0.4
  title: Nnwdaf_AnalyticsInfo
  description: |
    Nnwdaf_AnalyticsInfo Service API.
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.520 V15.9.0; 5G System; Network Data Analytics Services.
  description: 3GPP TS 29.520 V15.10.0; 5G System; Network Data Analytics Services.
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'
security:
  - {}
@@ -104,7 +104,7 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
          minItems: 1
          description: Identification(s) of network slice to which the subscription belongs.
          description: Identification(s) of network slice.
        not:
          required: [anySlice, snssais]
    EventId: