Skip to content
openapi: 3.0.1
info:
title: File Data Reporting MnS
version: 18.2.0
version: 19.1.0
description: >-
OAS 3.0.1 definition of the File Data Reporting MnS
© 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 28.532; Generic management services
......@@ -203,6 +203,17 @@ components:
type: string
fileDataType:
$ref: '#/components/schemas/FileDataType'
jobId:
type: string
FileCreationErrorInfoList:
type: object
properties:
fileLocation:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
fileDataType:
$ref: '#/components/schemas/FileDataType'
jobId:
type: string
NotifyFileReady:
allOf:
- $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader'
......@@ -222,7 +233,7 @@ components:
fileInfoList:
type: array
items:
$ref: '#/components/schemas/FileInfo'
$ref: '#/components/schemas/FileCreationErrorInfoList'
reason:
type: string
additionalText:
......
This diff is collapsed.
openapi: 3.0.1
info:
title: 3GPP Edge NRM
version: 19.3.0
version: 19.4.0
description: >-
OAS 3.0.1 specification of the Edge NRM
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -173,7 +173,7 @@ components:
type: object
properties:
host:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/HostAddr'
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Host'
port:
type: integer
Operation:
......
This diff is collapsed.
This diff is collapsed.
openapi: 3.0.1
info:
title: Slice NRM
version: 19.3.0
version: 19.4.0
description: >-
OAS 3.0.1 specification of the Slice NRM
@ 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -456,6 +456,10 @@ components:
uniqueItems: true
items:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
renewableEnergyPct:
type: integer
minimum: 0
maximum: 100
RANSliceSubnetProfile:
type: object
......@@ -529,6 +533,10 @@ components:
$ref: '#/components/schemas/Float'
uLPktDelayVariation:
$ref: '#/components/schemas/Float'
renewableEnergyPct:
type: integer
minimum: 0
maximum: 100
TopSliceSubnetProfile:
type: object
......@@ -617,6 +625,10 @@ components:
uniqueItems: true
items:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
renewableEnergyPct:
type: integer
minimum: 0
maximum: 100
ServiceProfile:
type: object
......@@ -718,6 +730,10 @@ components:
uniqueItems: true
items:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
renewableEnergyPct:
type: integer
minimum: 0
maximum: 100
SliceProfile:
type: object
......
openapi: 3.0.1
info:
title: Common Type Definitions
version: 19.3.0
version: 19.4.0
description: >-
OAS 3.0.1 specification of common type definitions in the Generic NRM
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -129,36 +129,18 @@ components:
pattern: '^[A-Fa-f0-9]{9}$'
TimeWindow:
description: This datatype is used for writable attribute
oneOf:
- type: object
properties:
startTime:
$ref: '#/components/schemas/DateTime'
endTime:
$ref: '#/components/schemas/DateTime'
- type: object
type: object
properties:
startTime:
$ref: '#/components/schemas/DateTime'
- type: object
properties:
endTime:
$ref: '#/components/schemas/DateTime'
TimeWindowRo:
description: This datatype is used for readOnly attribute
oneOf:
- type: object
properties:
startTime:
$ref: '#/components/schemas/DateTimeRo'
endTime:
$ref: '#/components/schemas/DateTimeRo'
- type: object
type: object
properties:
startTime:
$ref: '#/components/schemas/DateTimeRo'
- type: object
properties:
endTime:
$ref: '#/components/schemas/DateTimeRo'
GeoCoordinate:
......
openapi: 3.0.1
info:
title: NRM Feautres
version: 19.0.0
version: 19.4.0
description: >-
OAS 3.0.1 definition of the Features of NRM
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -36,5 +36,6 @@ components:
- $ref: 'TS28623_SubscriptionControlNrm.yaml#/components/schemas/resources-subscriptionControlNrm'
- $ref: 'TS28623_ThresholdMonitorNrm.yaml#/components/schemas/resources-thresholdMonitorNrm'
- $ref: 'TS28623_TraceControlNrm.yaml#/components/schemas/resources-traceControlNrm'
- $ref: 'TS28310_EnergyInformationNrm.yaml#/components/schemas/resources-energyInformationNrm'
#----- Definitions in TS 28.623 for TS 28.532 --------------------------#
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.