20 lines
507 B
JSON
20 lines
507 B
JSON
|
{
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "object",
|
||
|
"properties" : {
|
||
|
"basename": { "type": "string" },
|
||
|
"data": { "type": "string" },
|
||
|
"filename": { "type": ["string"] },
|
||
|
"id": { "type": ["string", "null"] },
|
||
|
"project_id": { "type": "integer" },
|
||
|
"ref": { "type": "string" },
|
||
|
"startline": { "type": "integer" }
|
||
|
},
|
||
|
"required": [
|
||
|
"basename", "data", "filename", "id", "ref", "startline", "project_id"
|
||
|
],
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
}
|