Commit 23b08592 authored by piscione's avatar piscione
Browse files

Fix on required keyword.

parent 6115541b
......@@ -1372,13 +1372,11 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the event for a specific UE or flow.
carrierAggregationMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/CarrierAggregationMeasInfo'
......@@ -1386,13 +1384,11 @@ components:
ecgi:
$ref: '#/components/schemas/Ecgi'
secondaryCellAdd:
minItems: 0
type: array
items:
$ref: '#/components/schemas/SecondaryCellAdd'
description: ''
secondaryCellRemove:
minItems: 0
type: array
items:
$ref: '#/components/schemas/SecondaryCellRemove'
......@@ -1428,7 +1424,6 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
......@@ -1442,7 +1437,6 @@ components:
timeStamp:
$ref: '#/components/schemas/TimeStamp'
trgEcgi:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Ecgi'
......@@ -1498,13 +1492,11 @@ components:
type: object
properties:
cellInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/CellInfo'
description: The per cell measurement information as defined below.
cellUEInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/CellUEInfo'
......@@ -1548,13 +1540,13 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the event for a specific UE or flow.
carrierAggregationMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/CarrierAggregationMeasInfo1'
......@@ -1562,7 +1554,7 @@ components:
ecgi:
$ref: '#/components/schemas/Ecgi'
eutranNeighbourCellMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/EutranNeighbourCellMeasInfo'
......@@ -1572,13 +1564,13 @@ components:
description: Indicates height of the UE in meters relative to the sea level as defined in ETSI TS 136.331 [i.7].
contentEncoding: int32
newRadioMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/NewRadioMeasInfo'
description: 5G New Radio secondary serving cells measurement information.
newRadioMeasNeiInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/NewRadioMeasNeiInfo'
......@@ -1635,7 +1627,7 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
......@@ -1687,25 +1679,25 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the event for a specific UE or flow.
eutraNeighCellMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/EutraNeighCellMeasInfo'
description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if nrNeighCellMeasInfo is included.
nrNeighCellMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/NrNeighCellMeasInfo'
description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if eutraNeighCellMeasInfo is included.
servCellMeasInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/ServCellMeasInfo'
......@@ -1756,7 +1748,7 @@ components:
type: string
description: Unique identifier for the MEC application instance.
plmn:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Plmn'
......@@ -1793,7 +1785,7 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
......@@ -1839,7 +1831,7 @@ components:
type: string
description: Unique identifier for the MEC application instance.
cellUserInfo:
minItems: 0
type: array
items:
$ref: '#/components/schemas/CellUserInfo'
......@@ -1859,7 +1851,7 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
......@@ -1902,7 +1894,7 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
......@@ -1947,7 +1939,7 @@ components:
type: object
properties:
resultsPerCsiRsIndex:
minItems: 0
type: array
items:
$ref: '#/components/schemas/ResultsPerCsiRsIndex'
......@@ -1968,7 +1960,7 @@ components:
type: object
properties:
resultsPerSsbIndex:
minItems: 0
type: array
items:
$ref: '#/components/schemas/ResultsPerSsbIndex'
......@@ -1991,7 +1983,6 @@ components:
type: object
properties:
s1UeInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/S1UeInfo'
......@@ -2033,7 +2024,7 @@ components:
type: string
description: URI selected by the service consumer, to receive notifications on the subscribed RNIS information. This shall be included in the request and response.
eventType:
minItems: 1
type: array
items:
type: integer
......@@ -2339,11 +2330,14 @@ components:
CellUserInfo:
title: CellUserInfo
type: object
required:
- ecgi
- ueInfo
properties:
ecgi:
$ref: '#/components/schemas/Ecgi'
ueInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/UeInfo'
......@@ -2461,13 +2455,13 @@ components:
type: string
description: Unique identifier for the MEC application instance.
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the information for a specific UE or flow.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
......@@ -2481,19 +2475,19 @@ components:
type: string
description: Unique identifier for the MEC application instance.
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the information for a specific UE or flow.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
description: E-UTRAN Cell Global Identifier.
hoStatus:
minItems: 0
type: array
items:
type: integer
......@@ -2508,19 +2502,19 @@ components:
type: string
description: Unique identifier for the MEC application instance.
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the information for a specific UE or flow.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
description: E-UTRAN Cell Global Identifier.
trigger:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Trigger'
......@@ -2534,19 +2528,19 @@ components:
type: string
description: Unique identifier for the MEC application instance.
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the information for a specific UE or flow.
nrcgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/NRcgi'
description: NR Cell Global Identier.
triggerNr:
minItems: 0
type: array
items:
$ref: '#/components/schemas/TriggerNr'
......@@ -2562,7 +2556,7 @@ components:
type: string
description: Unique identifier for the MEC application instance.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
......@@ -2583,7 +2577,7 @@ components:
type: string
description: Unique identifier for the MEC application instance.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
......@@ -2677,7 +2671,7 @@ components:
self:
$ref: '#/components/schemas/LinkType'
subscription:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Subscription'
......@@ -2711,7 +2705,7 @@ components:
type: object
properties:
nrNCellInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/NrNCellInfo'
......@@ -2738,7 +2732,7 @@ components:
type: string
description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17].
nrBNCellPlmn:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Plmn'
......@@ -2750,7 +2744,7 @@ components:
type: object
properties:
nrBNCellInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/NrBNCellInfo'
......@@ -2776,7 +2770,7 @@ components:
type: string
description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17].
nrNCellPlmn:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Plmn'
......@@ -2802,7 +2796,7 @@ components:
type: string
description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17].
nrSCellPlmn:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Plmn'
......@@ -2814,7 +2808,6 @@ components:
type: object
properties:
nrSCellInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/NrSCellInfo'
......@@ -2887,6 +2880,10 @@ components:
S1BearerInfoDetailed:
title: S1BearerInfoDetailed
type: object
required:
- erabId
- erabInfo
- sGwInfo
properties:
enbInfo:
$ref: '#/components/schemas/EnbInfo'
......@@ -2901,19 +2898,19 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the events for a specific UE or a flow.
ecgi:
minItems: 0
type: array
items:
$ref: '#/components/schemas/Ecgi'
description: E-UTRAN Cell Global Identifier.
erabId:
minItems: 0
type: array
items:
type: integer
......@@ -2923,21 +2920,22 @@ components:
S1UeInfo:
title: S1UeInfo
type: object
required:
- associateId
- ecgi
- s1BearerInfoDetailed
properties:
associateId:
minItems: 1
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 1 to N identifiers to associate the information for a specific UE or flow.
ecgi:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Ecgi'
description: E-UTRAN Cell Global Identifier.
s1BearerInfoDetailed:
minItems: 1
type: array
items:
$ref: '#/components/schemas/S1BearerInfoDetailed'
......@@ -2952,19 +2950,16 @@ components:
type: object
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the information for a specific UE or flow.
ecgi:
minItems: 1
type: array
items:
$ref: '#/components/schemas/Ecgi'
description: E-UTRAN Cell Global Identifier.
s1BearerInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/S1BearerInfo1'
......@@ -2975,6 +2970,10 @@ components:
S1BearerInfo1:
title: S1BearerInfo1
type: object
required:
- enbInfo
- erabId
- sGwInfo
properties:
enbInfo:
$ref: '#/components/schemas/EnbInfo'
......@@ -3070,15 +3069,15 @@ components:
UeInfo:
title: UeInfo
type: object
required:
- erabInfo
properties:
associateId:
minItems: 0
type: array
items:
$ref: '#/components/schemas/AssociateId'
description: 0 to N identifiers to associate the event for a specific UE or flow.
erabInfo:
minItems: 1
type: array
items:
$ref: '#/components/schemas/ErabInfo'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment