From cfb40565a39fc15b9702d2af1960107fe468e6a0 Mon Sep 17 00:00:00 2001 From: Kyzyl-ool Kezhik Date: Thu, 12 Oct 2023 20:08:18 +0200 Subject: [PATCH] feat: added ratio property in Media schema (#635) --- src/schema/validators/common.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schema/validators/common.ts b/src/schema/validators/common.ts index 2e1cf917e..4055111fd 100644 --- a/src/schema/validators/common.ts +++ b/src/schema/validators/common.ts @@ -594,6 +594,9 @@ export const MediaProps = { analyticsEvents: { anyOf: [AnalyticsEventSchema, {type: 'array', items: AnalyticsEventSchema}], }, + ratio: { + type: 'number', + }, }; export const YMapMarkerLabel = {