-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathGroupGallery.yaml
More file actions
50 lines (50 loc) · 1.04 KB
/
GroupGallery.yaml
File metadata and controls
50 lines (50 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title: GroupGallery
type: object
properties:
createdAt:
type: string
format: date-time
description:
type: string
description: Description of the gallery.
example: Example Description
minLength: 0
id:
$ref: ./GroupGalleryID.yaml
membersOnly:
type: boolean
description: Whether the gallery is members only.
default: false
example: false
name:
type: string
description: Name of the gallery.
example: Example Gallery
minLength: 1
roleIdsToAutoApprove:
type: array
description: " "
nullable: true
items:
$ref: ./GroupRoleID.yaml
roleIdsToManage:
type: array
description: " "
nullable: true
items:
$ref: ./GroupRoleID.yaml
roleIdsToSubmit:
type: array
description: " "
nullable: true
items:
$ref: ./GroupRoleID.yaml
roleIdsToView:
type: array
description: " "
nullable: true
items:
$ref: ./GroupRoleID.yaml
updatedAt:
type: string
format: date-time