Skip to content

Commit

Permalink
Issue SchemaStore#4325: Update metricshub-connector.json
Browse files Browse the repository at this point in the history
* Allow connector property platforms to accept String array and comma
  separated string
  • Loading branch information
MedMaalej committed Jan 3, 2025
1 parent 8d8f3e8 commit d06010f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/schemas/json/metricshub-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -6661,8 +6661,18 @@
"description": "Connector Display Name"
},
"platforms": {
"type": "string",
"description": "Connector Typical Platform Description"
"description": "Connector Typical Platform Description",
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"reliesOn": {
"type": "string",
Expand Down

0 comments on commit d06010f

Please sign in to comment.