Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Make schema for env more strict to only accept strings #12335

Merged
merged 2 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion schema/campaign_spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
},
"env": {
"type": "object",
"description": "Environment variables to set in the environment when running this command."
"description": "Environment variables to set in the environment when running this command.",
"additionalProperties": {
"type": "string"
}
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion schema/campaign_spec_stringdata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.