Make render status receipt based
This commit is contained in:
parent
21c4992f9c
commit
0fe968c475
10 changed files with 913 additions and 27 deletions
|
|
@ -10,7 +10,10 @@
|
|||
"status": { "const": "ok" },
|
||||
"project_id": { "type": "string" },
|
||||
"revision": { "type": "string" },
|
||||
"source_hash": { "type": "string", "pattern": "^[0-9a-f]{64}$" },
|
||||
"source_hash": {
|
||||
"type": ["string", "null"],
|
||||
"pattern": "^[0-9a-f]{64}$"
|
||||
},
|
||||
"adapter": { "type": "string" }
|
||||
},
|
||||
"additionalProperties": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue