pulumi/developer-docs
Pat Gavlin 236ce54269
[schema] Add the Pulumi Package metaschema. (#7952)
The Pulumi Package metaschema is a JSON schema definition that describes
the format of a Pulumi Package schema. The metaschema can be used to
validate certain basic properties of a Pulumi Package schema, including
(but not limited to):

- data types (e.g. is this property a string?)
- data formats (e.g. is this string property a valid regex?)
- object shapes (e.g. is this object missing required properties?)

The schema binder has been updated to use the metaschema as its first
validation pass.

In addition to its use in the binder, the metaschema has its own page in
the developer documentation. This page is generated using a small tool,
jsonschema2md.go.
2021-09-20 12:00:42 -07:00
..
architecture fix typos in dev docs (#7860) 2021-08-27 21:18:39 -07:00
providers [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
utils [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -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 [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
Makefile [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
requirements.txt Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00