Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
V2X Information Service API
Commits
930b32db
Commit
930b32db
authored
Apr 08, 2022
by
Hammad Zafar
Browse files
fix schema for nested attributes in some data models after validating through Swagger UI
parent
454e41fb
Pipeline
#11129
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
MEC030_V2XInformationService.json
View file @
930b32db
This diff is collapsed.
Click to expand it.
MEC030_V2XInformationService.yaml
View file @
930b32db
...
...
@@ -549,7 +549,10 @@ components:
Pc5ProvisioningInfo
:
properties
:
proInfoPc5
:
$ref
:
'
#/components/schemas/Pc5ProvisioningInfo.proInfoPc5'
type
:
array
minItems
:
1
items
:
$ref
:
'
#/components/schemas/Pc5ProvisioningInfo.proInfoPc5'
timeStamp
:
# description': Time stamp.
# x-etsi-mec-cardinality': 0..1
...
...
@@ -561,9 +564,7 @@ components:
x-etsi-ref
:
6.2.4
Pc5ProvisioningInfo.proInfoPc5
:
description
:
The provisioning information per location as defined below.
items
:
type
:
object
minItems
:
1
type
:
object
properties
:
dstLayer2Id
:
description
:
"
For
sidelink
communication,
the
Destination
Layer-2
ID
is
set
to
the
ProSe
Layer-2
Group
ID
or
Prose
UE
ID,
see
ETSI
TS
\_
136
\_
321
[i.12].
\n
PLMN
operators
coordinate
to
make
sure
Destination
Layer2
ID(s)
for
different
V2X
services
are
configured
in
a
consistent
manner."
...
...
@@ -586,7 +587,6 @@ components:
required
:
-
locationInfo
-
dstLayer2Id
type
:
array
x-etsi-mec-cardinality
:
1..N
x-etsi-mec-origin-type
:
Structure (inlined)
Plmn
:
...
...
@@ -1054,7 +1054,9 @@ components:
# x-etsi-mec-origin-type': LinkType
$ref
:
'
#/components/schemas/LinkType'
subscriptions
:
$ref
:
'
#/components/schemas/SubscriptionLinkList.links.subscriptions'
type
:
array
items
:
$ref
:
'
#/components/schemas/SubscriptionLinkList.links.subscriptions'
required
:
-
self
type
:
object
...
...
@@ -1062,8 +1064,7 @@ components:
x-etsi-mec-origin-type
:
Structure (inlined)
SubscriptionLinkList.links.subscriptions
:
description
:
The service consumer's subscriptions.
items
:
type
:
object
type
:
object
minItems
:
0
properties
:
href
:
...
...
@@ -1080,7 +1081,6 @@ components:
required
:
-
href
-
subscriptionType
type
:
array
x-etsi-mec-cardinality
:
0..N
x-etsi-mec-origin-type
:
Structure (inlined)
TestNotification
:
...
...
@@ -1207,7 +1207,10 @@ components:
UuMbmsProvisioningInfo
:
properties
:
proInfoUuMbms
:
$ref
:
'
#/components/schemas/UuMbmsProvisioningInfo.proInfoUuMbms'
type
:
array
minItems
:
1
items
:
$ref
:
'
#/components/schemas/UuMbmsProvisioningInfo.proInfoUuMbms'
timeStamp
:
# description': Time stamp.
# x-etsi-mec-cardinality': 0..1
...
...
@@ -1219,9 +1222,7 @@ components:
x-etsi-ref
:
6.2.3
UuMbmsProvisioningInfo.proInfoUuMbms
:
description
:
The provisioning information per location as defined below.
items
:
type
:
object
minItems
:
1
type
:
object
properties
:
locationInfo
:
# description': Location information to identify a cell of a base station or a particular geographical area.
...
...
@@ -1244,7 +1245,6 @@ components:
required
:
-
locationInfo
-
v2xServerUsd
type
:
array
x-etsi-mec-cardinality
:
1..N
x-etsi-mec-origin-type
:
Structure (inlined)
UuUniNeighbourCellInfo
:
...
...
@@ -1285,7 +1285,10 @@ components:
UuUnicastProvisioningInfo
:
properties
:
proInfoUuUnicast
:
$ref
:
'
#/components/schemas/UuUnicastProvisioningInfo.proInfoUuUnicast'
type
:
array
minItems
:
1
items
:
$ref
:
'
#/components/schemas/UuUnicastProvisioningInfo.proInfoUuUnicast'
timeStamp
:
# description': Time stamp.
# x-etsi-mec-cardinality': 0..1
...
...
@@ -1297,9 +1300,7 @@ components:
x-etsi-ref
:
6.2.2
UuUnicastProvisioningInfo.proInfoUuUnicast
:
description
:
The provisioning information per location as defined below.
items
:
type
:
object
minItems
:
1
type
:
object
properties
:
locationInfo
:
# description': Location information to identify a cell of a base station or a particular geographical area.
...
...
@@ -1322,7 +1323,6 @@ components:
required
:
-
locationInfo
-
v2xApplicationServer
type
:
array
x-etsi-mec-cardinality
:
1..N
x-etsi-mec-origin-type
:
Structure (inlined)
V2xApplicationServer
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment