debian-mirror-gitlab/spec/fixtures/api/schemas/entities/issuable_sidebar_todo.json
2019-02-15 15:39:39 +05:30

9 lines
163 B
JSON

{
"type": ["object", "null"],
"properties" : {
"id": { "type": "integer" },
"delete_path": { "type": "string" }
},
"additionalProperties": false
}