Skip to content

Commit fefc213

Browse files
authored
Update project.yml
Added contributors
1 parent f553bae commit fefc213

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schema/project.yml

+15
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,21 @@ components:
232232
desc:
233233
type: string
234234
description: the description
235+
contributors:
236+
type: array
237+
items:
238+
type: object
239+
properties:
240+
agent:
241+
type: string
242+
description: agent uuid (external relationship)
243+
roles:
244+
type: array
245+
description: role(s) of the agent within the project
246+
items:
247+
type: string
248+
remarks:
249+
type: string
235250
extensionValues:
236251
type: object
237252
additionalProperties:

0 commit comments

Comments
 (0)