mik-laj commented on a change in pull request #19203:
URL: https://github.com/apache/airflow/pull/19203#discussion_r736503316
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1764,25 +1832,39 @@ components:
schemas:
# Database entities
UserCollectionItem:
- description: >
+ description: |
A user object
+
+ *New in version 2.1.0*
type: object
properties:
first_name:
type: string
- description: The user firstname
+ description: |
+ The user firstname
+
+ *'minLength' added in version 2.2.0*
Review comment:
```suggestion
*Chaanges in version 2.2.0*: A minimum character length
requirement(`minLength`) has been added.
```
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1764,25 +1832,39 @@ components:
schemas:
# Database entities
UserCollectionItem:
- description: >
+ description: |
A user object
+
+ *New in version 2.1.0*
type: object
properties:
first_name:
type: string
- description: The user firstname
+ description: |
+ The user firstname
+
+ *'minLength' added in version 2.2.0*
Review comment:
```suggestion
*Changes in version 2.2.0*: A minimum character length
requirement(`minLength`) has been added.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]