diff --git a/.changeset/afraid-trees-stare.md b/.changeset/afraid-trees-stare.md index d8ee3489c0..748bbb3cfe 100644 --- a/.changeset/afraid-trees-stare.md +++ b/.changeset/afraid-trees-stare.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend': minor --- -Added the ability to be able to define actions input schema using `zod` instead of hand writing types and jsonschema for the input of actions. +Added the ability to be able to define an actions `input` and `output` schema using `zod` instead of hand writing types and `jsonschema`