Commit 0f9182c9 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_FileManagementNrm.yaml

parent 559992a6
Loading
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: File Management NRM
  version: 19.2.0
  version: 19.3.0
  description: >-
    OAS 3.0.1 definition of the File Management NRM fragment
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -94,7 +94,7 @@ components:
              type: object
              properties:
                fileLocation:
                  type: string
                  $ref: '#/components/schemas/FileLocation'
                notificationRecipientAddress:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
                cancelJob:
@@ -131,8 +131,10 @@ components:
            attributes:
              type: object
              properties:
                fileLocation:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
                file:
                  oneOf:
                    - $ref: '#/components/schemas/FileLocation'
                    - $ref: '#/components/schemas/FileContent'
                fileCompression:
                  type: string
                  readOnly: true
@@ -154,14 +156,16 @@ components:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
                fileExpirationTime:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
                fileContent:
                  type: string
                  readOnly: true
                jobRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                jobId:
                  type: string
                  readOnly: true
    FileLocation:
      $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
    FileContent:
      type: string
      readOnly: true