Skip to content

Commit cfb4056

Browse files
authored
feat: added ratio property in Media schema (#635)
1 parent 8ff297a commit cfb4056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schema/validators/common.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ export const MediaProps = {
594594
analyticsEvents: {
595595
anyOf: [AnalyticsEventSchema, {type: 'array', items: AnalyticsEventSchema}],
596596
},
597+
ratio: {
598+
type: 'number',
599+
},
597600
};
598601

599602
export const YMapMarkerLabel = {

0 commit comments

Comments
 (0)