No description available.
View raw schema
{
"type": "array",
"items": {
"refs": [
"so.sprk.embed.mention",
"so.sprk.embed.record"
],
"type": "union"
}
}
No description available.
{
"type": "array",
"items": {
"refs": [
"so.sprk.embed.mention",
"so.sprk.embed.record"
],
"type": "union"
}
}
Bounding box in 10,000-based normalized coordinates relative to media canvas dimensions.
{
"type": "object",
"required": [
"x",
"y",
"w",
"h"
],
"properties": {
"h": {
"type": "integer",
"maximum": 10000,
"minimum": 1
},
"w": {
"type": "integer",
"maximum": 10000,
"minimum": 1
},
"x": {
"type": "integer",
"maximum": 10000,
"minimum": 0
},
"y": {
"type": "integer",
"maximum": 10000,
"minimum": 0
}
},
"description": "Bounding box in 10,000-based normalized coordinates relative to media canvas dimensions."
}
Optional media locator for records containing multiple media items.
{
"type": "object",
"required": [
"index"
],
"properties": {
"index": {
"type": "integer",
"minimum": 0
}
},
"description": "Optional media locator for records containing multiple media items."
}
Placement and layer metadata for an embed on a media canvas.
{
"type": "object",
"required": [
"frame"
],
"properties": {
"frame": {
"ref": "#frame",
"type": "ref"
},
"zIndex": {
"type": "integer",
"minimum": 0
},
"mediaRef": {
"ref": "#mediaRef",
"type": "ref"
},
"rotation": {
"type": "integer",
"maximum": 359,
"minimum": 0
}
},
"description": "Placement and layer metadata for an embed on a media canvas."
}
No description available.
{
"type": "array",
"items": {
"refs": [
"so.sprk.embed.mention#view",
"so.sprk.embed.record#view"
],
"type": "union"
}
}