|
|
@ -11270,19 +11270,21 @@ |
|
|
|
"roles": "owner" |
|
|
|
"roles": "owner" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
"title": "Project User Request Model", |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
"email": { |
|
|
|
"email": { |
|
|
|
"format": "email", |
|
|
|
"format": "email", |
|
|
|
"type": "string" |
|
|
|
"type": "string", |
|
|
|
|
|
|
|
"description": "Project User Email" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"roles": { |
|
|
|
"roles": { |
|
|
|
"enum": ["commenter", "editor", "guest", "owner", "viewer"], |
|
|
|
"enum": ["commenter", "editor", "guest", "owner", "viewer"], |
|
|
|
"type": "string" |
|
|
|
"type": "string", |
|
|
|
|
|
|
|
"description": "Project User Role" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"required": ["email", "roles"], |
|
|
|
"required": ["email", "roles"] |
|
|
|
"title": "Project User Request Model", |
|
|
|
|
|
|
|
"type": "object" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"Rollup": { |
|
|
|
"Rollup": { |
|
|
|
"description": "Model for Rollup", |
|
|
|
"description": "Model for Rollup", |
|
|
|