mik-laj commented on pull request #19181: URL: https://github.com/apache/airflow/pull/19181#issuecomment-950148723
We do not lack many types now to be fully covered with the structure. ``` $ cat chart/values.schema.json | jq 'recurse | objects | select(.type == "array") | select(.items == null)' | jq -s 'length' 10 $ cat chart/values.schema.json | jq 'recurse | objects | select(.type == "object") | select(.properties == null) | select(.["$ref"] == null) | select(.additionalProperties == null)' | jq -s 'length' 3 ``` -- 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]
