Files
bsky-social-app/lexicons/app/bsky/embed/defs.json
T
2026-08-13 12:26:12 -07:00

26 lines
569 B
JSON

{
"id": "app.bsky.embed.defs",
"defs": {
"aspectRatio": {
"type": "object",
"required": [
"width",
"height"
],
"properties": {
"width": {
"type": "integer",
"minimum": 1
},
"height": {
"type": "integer",
"minimum": 1
}
},
"description": "width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}