// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. package bsky // schema: app.bsky.embed.defs // EmbedDefs_AspectRatio is a "aspectRatio" in the app.bsky.embed.defs schema. // // width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit. type EmbedDefs_AspectRatio struct { Height int64 `json:"height" cborgen:"height"` Width int64 `json:"width" cborgen:"width"` }