uranusjr commented on issue #22358: URL: https://github.com/apache/airflow/issues/22358#issuecomment-1147114299
From what I understand, the problem is not in the API response, but the generated API _clients_. The response you have above is currently not consumable by an API client. Adding `nullable: true` would allow the clients to handle `"schedule_interval": null` correctly. -- 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]
