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

CT#110

parent e94928d3
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.3'
  version: '1.1.4'
  title: 'Nudm_PP'
  description: |
    Nudm Parameter Provision Service.
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.8.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.17.0
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.1.7'
  version: '2.1.8'
  title: 'Nudm_SDM'
  description: |
    Nudm Subscriber Data Management Service.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.11.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.17.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 2.1.8
  version: 2.1.9
  title: 'Nudr_DataRepository API OpenAPI file'
  description: |
    Unified Data Repository Service.
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.504 V16.12.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V16.13.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
+10 −10
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.0.1
  version: 1.0.2
  title: 'Nudr_GroupIDmap'
  description: |
    Unified Data Repository Service for NF-Group ID retrieval.
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.504 V16.10.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V16.13.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
@@ -52,11 +52,16 @@ paths:
            $ref: '#/components/schemas/SubscriberId'
      responses:
        '200':
          description: Expected response to a valid request
          description: >
            Expected response to a valid request; it shall contain a map (list of key-value
            pairs) where NFType is the key of the map
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NfGroupIdMapResult'
                type: object
                additionalProperties:
                  $ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
                minProperties: 1
        '404':
          $ref: 'TS29571_CommonData.yaml#/components/responses/404'
        default:
@@ -79,11 +84,6 @@ components:

# COMPLEX TYPES:

    NfGroupIdMapResult:
      type: object
      additionalProperties:
        $ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
      minProperties: 1


# SIMPLE TYPES:
+4 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.1.3
  version: 1.1.4
  title: Nausf_SoRProtection Service
  description: |
    AUSF SoR Protection Service.
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.509 V16.9.0; 5G System; Authentication Server Services
  description: 3GPP TS 29.509 V16.11.0; 5G System; Authentication Server Services
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.509'

servers:
@@ -138,4 +138,5 @@ components:
        - CDMA_1xRTT
        - CDMA_HRPD
        - GSM_COMPACT
        - SATELLITE_NG_RAN
      - type: string
Loading