c6a9678280
This reverts commit 4084f6091a69fde86172eae9fd562ae4bb58fbae.
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.embed.defs",
|
|
"defs": {
|
|
"aspectRatio": {
|
|
"type": "object",
|
|
"description": "width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.",
|
|
"required": ["width", "height"],
|
|
"properties": {
|
|
"width": { "type": "integer", "minimum": 1 },
|
|
"height": { "type": "integer", "minimum": 1 }
|
|
}
|
|
}
|
|
}
|
|
}
|