Commit 90f92c2a authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#102

parent 1647eb94
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.2'
  version: '1.0.3'
  title: 'NSSF NSSAI Availability'
  description: |
    NSSF NSSAI Availability Service.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
security:
  - {}
@@ -18,7 +18,7 @@ servers:
        default: https://example.com
        description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501
externalDocs:
  description: 3GPP TS 29.531 V15.3.0; 5G System; Network Slice Selection Services; Stage 3
  description: 3GPP TS 29.531 V15.7.0; 5G System; Network Slice Selection Services; Stage 3
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.531/
paths:
  /nssai-availability/{nfId}:
@@ -344,7 +344,7 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
        amfSetId:
          type: string
          pattern: '^[0-9]{3}-[0-9]{2-3}-[A-Fa-f0-9]{2}-[0-3][A-Fa-f0-9]{2}$'
          pattern: '^[0-9]{3}-[0-9]{2,3}-[A-Fa-f0-9]{2}-[0-3][A-Fa-f0-9]{2}$'
  
    SupportedNssaiAvailabilityData:
      type: object
@@ -426,7 +426,7 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        amfSetId:
          type: string
          pattern: '^[0-9]{3}-[0-9]{2-3}-[A-Fa-f0-9]{2}-[0-3][A-Fa-f0-9]{2}$'
          pattern: '^[0-9]{3}-[0-9]{2,3}-[A-Fa-f0-9]{2}-[0-3][A-Fa-f0-9]{2}$'
  
    NssfEventSubscriptionCreatedData:
      type: object