mik-laj commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r532060641
##########
File path: airflow/provider.yaml.schema.json
##########
@@ -167,6 +170,13 @@
"python-module"
]
}
+ },
+ "hook-class-names": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "description": "Hooks class names that provide connection types to
core"
Review comment:
```suggestion
"type": "array",
"description": "Hooks class names that provide connection types to
core"
"items": {
"type": "string",
```
If we describe arrays, we can use the plural in the sentence. If we describe
an item, we should use singular form in the description.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]