Schema Viewer
Viewing v2/common/component_image.json
{
"id": "https://dev.playlyfe.com/schemas/v2/common/component_image.json",
"type": "object",
"additionalProperties": true,
"required": [
"params",
"query"
],
"properties": {
"params": {
"$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
},
"query": {
"type": "object",
"additionalProperties": true,
"properties": {
"size": {
"type": "string",
"enum": [
"original",
"large",
"medium",
"small",
"icon"
]
},
"item": {
"type": "string",
"maxLength": 50
}
}
}
}
}