pulumi/developer-docs
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
..
architecture [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
providers [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
utils [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
.gitignore Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00
build.md [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
conf.py [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
go.mod [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
go.sum [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
index.md [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
Makefile [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
requirements.txt Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00