From ebfbf0e91343246702e250916923a01dfd841057 Mon Sep 17 00:00:00 2001 From: Otavio Macedo <288203+otaviomacedo@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:40:31 +0100 Subject: [PATCH] Fixed JSON file --- data/notices.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/notices.json b/data/notices.json index b1ee755..b87b636 100644 --- a/data/notices.json +++ b/data/notices.json @@ -298,7 +298,7 @@ }, { "title": "Python users using Schedule class get synth-time TypeError for mismatched types", - "issueNumber": 27259 + "issueNumber": 27259, "overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.", "components": [ { @@ -315,7 +315,7 @@ }, { "name": "aws-cdk-lib.aws-applicationautoscaling.Schedule", - "verion": "2.97.0" + "version": "2.97.0" }, { "name": "@aws-cdk/aws-synthetics-alpha.Schedule", @@ -325,6 +325,8 @@ "name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression", "version": "2.97.0-alpha.0" } + ], + "schemaVersion": "1" } ] }