Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Pulumi
Schema registry

Pulumi

Pulumi project metadata and configuration

Pulumi.yamlpulumi.yaml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your Pulumi.yaml and it validates in your browser — nothing is uploaded.

Validate a Pulumi.yaml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
namerequiredstringName of the project containing alphanumeric characters, hyphens, underscores, and periods.
descriptionstring | nullDescription of the project.
authorstring | nullAuthor is an optional author that created this project.
websitestring | nullWebsite is an optional website for additional info about this project.
licensestring | nullLicense is the optional license governing this project's usage.
runtimerequiredoneOf
mainstring | nullPath to the Pulumi program. The default is the working directory.
configobject | nullA map of configuration keys to their types. Using config directory location relative to the location of Pulumi.yaml is a deprecated use of this key. Use stackConfigDir instead.
config.secretbooleanIf true this configuration value should be encrypted.
default: false
stackConfigDirstring | nullConfig directory location relative to the location of Pulumi.yaml.
backendobject | nullBackend of the project.
backend.urlstringURL is optional field to explicitly set backend url
optionsobject | nullAdditional project options.
options.refreshstringSet to "always" to refresh the state before performing a Pulumi operation.
templateobject | nullProjectTemplate is a Pulumi project template manifest.
template.descriptionstring | nullDescription of the template.
template.quickstartstring | nullQuickstart contains optional text to be displayed after template creation.
template.importantboolean | nullImportant indicates the template is important and should be listed by default.
template.configobject | nullConfig to apply to each stack in the project.
pluginsobjectOverride for the plugin selection. Intended for use in developing pulumi plugins.
plugins.providersarrayPlugins for resource providers.
plugins.analyzersarrayPlugins for policy analyzers.
plugins.languagesarrayPlugins for languages.

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$defsJSON Schema Core, draft 2020-12§8.2.4 — Schema Re-Use With "$defs"
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
constJSON Schema Validation, draft 2020-12§6.1.3 — "const"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
ifJSON Schema Core, draft 2020-12§10.2.2.1 — "if"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minLengthJSON Schema Validation, draft 2020-12§6.3.2 — "minLength"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
requiredJSON Schema Validation, draft 2020-12§6.5.3 — "required"
thenJSON Schema Core, draft 2020-12§10.2.2.2 — "then"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas