compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
355 stars 112 forks source link

Update include definition in JSON schema to fix strings marked as Invalid type #674

Closed SolanoJason closed 1 month ago

SolanoJason commented 2 months ago

In a compose.yaml file, when you use include to reference other compose files with a string instead of an object, you may encounter the following error:

image

For more details, refer to issue 462 in compose-spec