pulumi/sdk/go/common/apitype
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
..
migrate [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
cli.go move pkg/apitype -> sdk/common/apitype 2020-03-18 15:00:30 -07:00
core.go [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
deployments.json [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
errors.go move pkg/apitype -> sdk/common/apitype 2020-03-18 15:00:30 -07:00
events.go [automation/python - Expose structured logging (#6527) 2021-04-13 12:58:19 -07:00
history.go [automation/go] - Expose structured logging (#6436) 2021-03-10 20:49:48 -08:00
logs.go move pkg/apitype -> sdk/common/apitype 2020-03-18 15:00:30 -07:00
policy.go Support using pre-signed URLs for Azure Storage issued by the Pulumi Service (#7137) 2021-05-27 21:45:35 -07:00
property-values.json [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
resources.json [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
stacks.go Add ContinuationToken to ListStacksResponse (#7510) 2021-07-13 14:01:39 -07:00
updates.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00