1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/airbyte-integrations/connectors/source-sonar-cloud/source_sonar_cloud/schemas/components.json
Haithem SOUALA c1ac786cf9 🎉 New Source - Sonar Cloud (#18475)
* init commit

* add docs

* add docs

* fix comments

* change string to array
2022-10-27 23:40:22 -03:00

22 lines
336 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"organization": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"qualifier": {
"type": "string"
},
"project": {
"type": "string"
}
}
}