Skip to content

Commit

Permalink
chore: Update schema/connector_details.json to use object type for de…
Browse files Browse the repository at this point in the history
…vice parameters
  • Loading branch information
mateuscardosodeveloper committed Jun 3, 2024
1 parent d0cc573 commit 17df049
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schema/connector_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "array",
"description": "List of device parameters.",
"items": {
"type": "string"
"type": "object"
}
},
"networks": {
Expand All @@ -50,6 +50,9 @@
"description": "Multilingual support for device_annotation field"
}
},
"required": ["description", "networks"],
"required": [
"description",
"networks"
],
"additionalProperties": false
}
}

0 comments on commit 17df049

Please sign in to comment.