mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
We use $ref in the schema to allow us to specify multiple type, eg command, it can be a string or a list of strings. It required some extra parsing to retrieve a helpful type to display in our error message rather than 'string or string'. Which while correct, is not helpful. We value helpful. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>