From 38745ac76bd9e1457ec01b47bebdf709ad2dd002 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 23 Feb 2023 14:28:05 +0100 Subject: [PATCH] chore: fix changeset Signed-off-by: blam --- .changeset/afraid-trees-stare.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`