Image Assets
Metadata
Schema
{
"title": "Asset Properties",
"type": "object",
"properties": {
"textures": {
"type": "array",
"description": "An array of texture objects"
}
}
}
{
"title": "Texture",
"type": "object",
"properties": {
"uri": {
"type": "string",
"description": "link to the texture object"
},
"height": {
"type": "int",
"description": "Height of the texture in Pixels"
},
"width": {
"type": "int",
"description": "Width of the texture in Pixels"
},
"contentType": {
"type": "string",
"description": "content type. Can be image/png, image/jpg, image/svg"
}
}
}Subtypes
Square Subtype
Requirement
Sample
Horizontal Banner Subtype
Requirement
Sample
Vertical Banner Subtype
Requirement
Sample
Custom Subtype
Requirement
Sample
Last updated