Commit 24e3b334 authored by Matija Čupić's avatar Matija Čupić

Rename status JSON schema to ci_detailed_status

parent a72f4ecb
......@@ -18,7 +18,7 @@
"playable": { "type": "boolean" },
"created_at": { "type": "string" },
"updated_at": { "type": "string" },
"status": { "$ref": "status.json" }
"status": { "$ref": "ci_detailed_status.json" }
},
"additionalProperties": false
}
......@@ -16,7 +16,7 @@
"items": { "$ref": "job.json" },
"optional": true
},
"status": { "$ref": "status.json" },
"status": { "$ref": "ci_detailed_status.json" },
"path": { "type": "string" },
"dropdown_path": { "type": "string" }
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment