Skip to content

Commit

Permalink
Update oic.wk.res.swagger.json
Browse files Browse the repository at this point in the history
Add query param for supporting SDI-based discovery(CR3079).
  • Loading branch information
ruzhaoppo authored Sep 1, 2020
1 parent 48492a9 commit 1ae92d7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions swagger2.0/oic.wk.res.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"description": "Links list representation of /oic/res; list of discoverable Resources\n",
"parameters": [
{
"$ref": "#/parameters/interface-all"
"$ref": "#/parameters/interface-all",
"$ref": "#/parameters/SecurityDomain"
}
],
"responses": {
Expand Down Expand Up @@ -106,7 +107,8 @@
"description": "Baseline representation of /oic/res; list of discoverable Resources\n",
"parameters": [
{
"$ref": "#/parameters/interface-all"
"$ref": "#/parameters/interface-all",
"$ref": "#/parameters/SecurityDomain"
}
],
"responses": {
Expand Down Expand Up @@ -154,7 +156,14 @@
"name": "if",
"type": "string",
"enum": ["oic.if.ll", "oic.if.b", "oic.if.baseline"]
}
},
"SecurityDomain": {
"description": "Filter devices by Security Domain",
"in": "query",
"name": "sduuid",
"type": "string",
"format": "uuid"
}
},
"definitions": {
"oic.oic-link": {
Expand Down

0 comments on commit 1ae92d7

Please sign in to comment.