debian-mirror-gitlab/spec/fixtures/api/schemas/status/illustration.json

20 lines
345 B
JSON
Raw Normal View History

2018-12-05 23:21:45 +05:30
{
"oneOf": [
{ "type": "null" },
{
"type": "object",
"required": [
"image",
"size",
"title"
],
"properties": {
"image": { "type": "string" },
"size": { "type": "string" },
"title": { "type": "string" },
"content": { "type": "string" }
}
}
]
}