gitlab-org--gitlab-foss/spec/fixtures/api/schemas/entities/issuable_sidebar_todo.json

9 lines
163 B
JSON
Raw Normal View History

2018-11-30 03:16:40 +00:00
{
2018-11-30 04:03:35 +00:00
"type": ["object", "null"],
2018-11-30 03:16:40 +00:00
"properties" : {
"id": { "type": "integer" },
"delete_path": { "type": "string" }
},
"additionalProperties": false
}