19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"oneOf": [
|
|
{ "type": "null" },
|
|
{
|
|
"type": "object",
|
|
"required": [
|
|
"image",
|
|
"size",
|
|
"title"
|
|
],
|
|
"properties": {
|
|
"image": { "type": "string" },
|
|
"size": { "type": "string" },
|
|
"title": { "type": "string" },
|
|
"content": { "type": "string" }
|
|
}
|
|
}
|
|
]
|
|
}
|