2018-01-31 09:59:59 -05:00
|
|
|
{
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "object",
|
|
|
|
"properties" : {
|
|
|
|
"basename": { "type": "string" },
|
|
|
|
"data": { "type": "string" },
|
|
|
|
"filename": { "type": ["string"] },
|
|
|
|
"id": { "type": ["string", "null"] },
|
2018-02-13 07:41:35 -05:00
|
|
|
"project_id": { "type": "integer" },
|
2018-01-31 09:59:59 -05:00
|
|
|
"ref": { "type": "string" },
|
|
|
|
"startline": { "type": "integer" }
|
|
|
|
},
|
|
|
|
"required": [
|
2018-02-13 07:41:35 -05:00
|
|
|
"basename", "data", "filename", "id", "ref", "startline", "project_id"
|
2018-01-31 09:59:59 -05:00
|
|
|
],
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
}
|