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
MEC Application Support API and MEC Service Management API
Commits
c6b25b4b
Commit
c6b25b4b
authored
Feb 28, 2019
by
Walter Featherstone
Browse files
correct used oneOf for endpoint
parent
dba74484
Changes
2
Show whitespace changes
Inline
Side-by-side
Mp1.json
View file @
c6b25b4b
...
...
@@ -728,14 +728,31 @@
},
"EndPointInfo.Addresses"
:
{
"description"
:
"Entry point information of the service as one or more pairs of IP address and port"
,
"type"
:
"object"
,
"required"
:
[
"addresses"
],
"properties"
:
{
"addresses"
:
{
"type"
:
"array"
,
"minItems"
:
0
,
"items"
:
{
"$ref"
:
"#/components/schemas/EndPointInfo.Address"
}
}
}
},
"EndPointInfo.Alternative"
:
{
"description"
:
"Entry point information of the service in a format defined by an implementation, or in an external specification."
,
"type"
:
"object"
,
"required"
:
[
"alternative"
],
"properties"
:
{
"alternative"
:
{
"type"
:
"object"
}
}
},
"EndPointInfo.Uri"
:
{
"description"
:
"Entry point information of the service"
,
...
...
@@ -745,10 +762,19 @@
},
"EndPointInfo.Uris"
:
{
"description"
:
"Entry point information of the service as string, formatted according to URI syntax"
,
"type"
:
"object"
,
"required"
:
[
"uris"
],
"properties"
:
{
"uris"
:
{
"type"
:
"array"
,
"minItems"
:
0
,
"items"
:
{
"$ref"
:
"#/components/schemas/EndPointInfo.Uri"
}
}
}
},
"LinkType"
:
{
"description"
:
"This type represents a type of link and may be referenced from data structures"
,
...
...
Mp1.yaml
View file @
c6b25b4b
...
...
@@ -552,7 +552,13 @@ components:
description
:
>-
Entry point information of the service as one or more pairs of IP
address and port
type
:
object
required
:
-
addresses
properties
:
addresses
:
type
:
array
minItems
:
0
items
:
$ref
:
'
#/components/schemas/EndPointInfo.Address'
EndPointInfo.Alternative
:
...
...
@@ -560,6 +566,11 @@ components:
Entry point information of the service in a format defined by an
implementation, or in an external specification.
type
:
object
required
:
-
alternative
properties
:
alternative
:
type
:
object
EndPointInfo.Uri
:
description
:
Entry point information of the service
type
:
string
...
...
@@ -569,7 +580,13 @@ components:
description
:
>-
Entry point information of the service as string, formatted according to
URI syntax
type
:
object
required
:
-
uris
properties
:
uris
:
type
:
array
minItems
:
0
items
:
$ref
:
'
#/components/schemas/EndPointInfo.Uri'
LinkType
:
...
...
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