Skip to content

Commit

Permalink
feat: added ratio property in Media schema (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzyl-ool authored Oct 12, 2023
1 parent 8ff297a commit cfb4056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema/validators/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ export const MediaProps = {
analyticsEvents: {
anyOf: [AnalyticsEventSchema, {type: 'array', items: AnalyticsEventSchema}],
},
ratio: {
type: 'number',
},
};

export const YMapMarkerLabel = {
Expand Down

0 comments on commit cfb4056

Please sign in to comment.