Bug 1394026 - Tag tasks with os and worker implementation. r=dustin

MozReview-Commit-ID: GWNiq6a3hlZ
This commit is contained in:
Brian Stack
2017-08-25 15:30:34 -07:00
parent 28ce3a3856
commit 5cbbcfb49d
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ task_description_schema = Schema({
Optional('scopes'): [basestring],
# Tags
Optional('tags'): {basestring: object},
Optional('tags'): {basestring: basestring},
# custom "task.extra" content
Optional('extra'): {basestring: object},