mik-laj edited a comment on pull request #19181: URL: https://github.com/apache/airflow/pull/19181#issuecomment-950148723
We are now only missing a few types to have full and strict coverage. ``` $ 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]
