pulumi/pkg/resource
Pat Gavlin 134d7cb818
[apitype] Add a JSON schema for deployments. (#8002)
This schema can be used to validate the contents of a Pulumi deployment.
If a deployment validates against this schema, it should be considered
syntactically valid, though it may contain certain classes of semantic
errors (e.g. references to unknown resources in dependency lists,
dependency cycles, etc.).

This schema is not yet used for validation in practice and may not be
entirely accurate.

These changes also add this schema (and the schemas on which it depends)
to the developer documentation. jsonschema2md.go has been updated to
support multi-file schemas.
2021-09-21 21:37:06 -07:00
..
analyzer [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
deploy Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
edit [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
graph Include transitive children in dependency list for deletes (#7788) 2021-08-18 18:26:36 -07:00
provider [sdk/go] Unmarshal output values in component provider (#7975) 2021-09-17 19:46:06 -07:00
stack [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
testdata support jar files 2020-08-10 14:15:35 -07:00