Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
b3e176c4
Commit
b3e176c4
authored
Mar 01, 2019
by
Walter Featherstone
Browse files
host and port are required for an EndPointInfo addresses array instance
parent
c6b25b4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Mp1.json
Mp1.json
+4
-0
Mp1.yaml
Mp1.yaml
+3
-0
No files found.
Mp1.json
View file @
b3e176c4
...
...
@@ -717,6 +717,10 @@
"EndPointInfo.Address"
:
{
"description"
:
"A IP address and port pair"
,
"type"
:
"object"
,
"required"
:
[
"host"
,
"port"
],
"properties"
:
{
"host"
:
{
"$ref"
:
"#/components/schemas/EndPointInfo.Address.Host"
...
...
Mp1.yaml
View file @
b3e176c4
...
...
@@ -543,6 +543,9 @@ components:
EndPointInfo.Address
:
description
:
A IP address and port pair
type
:
object
required
:
-
host
-
port
properties
:
host
:
$ref
:
'
#/components/schemas/EndPointInfo.Address.Host'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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