debian-mirror-gitlab/spec/fixtures/api/schemas/status/illustration.json
2018-12-05 23:21:45 +05:30

20 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" }
}
}
]
}