potiuk commented on a change in pull request #13488:
URL: https://github.com/apache/airflow/pull/13488#discussion_r552802339



##########
File path: airflow/provider_info.schema.json
##########
@@ -0,0 +1,45 @@
+{
+  "$schema": "http://json-schema.org/draft-07/schema#";,
+  "type": "object",
+  "properties": {
+    "package-name": {
+      "description": "Package name available under which the package is 
available in the PyPI repository.",
+      "type": "string"
+    },
+    "name": {
+      "description": "Provider name",
+      "type": "string"
+    },
+    "description": {
+      "description": "Information about the package in RST format",
+      "type": "string"
+    },
+    "versions": {
+      "description": "List of available versions in Pypi. Sorted descending 
according to release date.",
+      "type": "array",
+      "items": {
+        "type": "string"
+      }
+    },

Review comment:
       Good point. It does not have to be. I will remove!




----------------------------------------------------------------
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]


Reply via email to