No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"cid": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"size": {
"type": "string",
"knownValues": [
"large",
"medium",
"small"
]
},
"showPublicationTheme": {
"type": "boolean"
}
}
}