|
44 | 44 | "title": prop("string", "The title of the issue"),
|
45 | 45 | "body": prop("string", "The body of the issue"),
|
46 | 46 | "state": prop("string", "The state of the issue"),
|
47 |
| - "assignees": arrprop("string", "The assignees of the issue", "string"), |
| 47 | + "assignees": arrprop("array", "The assignees of the issue", "string"), |
48 | 48 | "milestone": prop("integer", "The milestone of the issue"),
|
49 | 49 | },
|
50 | 50 | "required": []string{"owner", "repo", "title", "body"},
|
|
89 | 89 | "title": prop("string", "The title of the issue"),
|
90 | 90 | "body": prop("string", "The body of the issue"),
|
91 | 91 | "state": prop("string", "The state of the issue"),
|
92 |
| - "assignees": arrprop("string", "The assignees of the issue", "string"), |
| 92 | + "assignees": arrprop("array", "The assignees of the issue", "string"), |
93 | 93 | "milestone": prop("integer", "The milestone of the issue"),
|
94 | 94 | },
|
95 | 95 | "required": []string{"owner", "repo", "issue"},
|
|
0 commit comments