Skip to content

Commit

Permalink
Changed sources/targets type to object
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Michalski <Philipp.Michalski@bosch-si.com>
  • Loading branch information
Philipp Michalski authored and Philipp Michalski committed Apr 24, 2018
1 parent a653d94 commit a58ef31
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions documentation/src/main/resources/jsonschema/connection.json
Expand Up @@ -66,12 +66,9 @@
"uniqueItems": true,
"items": {
"$id": "/properties/sources/items",
"type": "string",
"type": "object",
"title": "Source",
"description": "A subscription source identifier subscribed by this connection",
"examples": [
"mySource"
]
"description": "A subscription source subscribed by this connection"
}
},
"targets": {
Expand All @@ -82,12 +79,9 @@
"uniqueItems": true,
"items": {
"$id": "/properties/targets/items",
"type": "string",
"type": "object",
"title": "Target",
"description": "A publish target identifier served by this connection",
"examples": [
"myTarget"
]
"description": "A publish target served by this connection"
}
},
"clientCount": {
Expand Down

0 comments on commit a58ef31

Please sign in to comment.