This message was deleted.
# general
s
This message was deleted.
e
I think the only documentation is the go docs: https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3@v3.101.1/go/common/apitype#DeploymentV3 It's not really intended as a public API but it is pretty stable. The format is very stable, but the Go code to deal with it does sometimes have break changes introduced to fix issues in the engine/make it easier for us to work with.
c
w
Good pointers, thanks Fraser and Baz!