Fix for broken spec

This commit is contained in:
Brett Walker 2019-01-25 09:41:40 -06:00 committed by Fatih Acet
parent 549821a59f
commit 2dc304855b
No known key found for this signature in database
GPG Key ID: E994FE39E29B7E11
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"type": [ "array", "null" ]
},
"task_status": { "type": "string" },
"task_status_short": { "type": "string" }
"task_status_short": { "type": "string" },
"lock_version": { "type": ["string", "null"] }
},
"additionalProperties": false
}