mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
17 lines
295 B
YAML
17 lines
295 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
user_id:
|
|
type: string
|
|
format: uuid
|
|
profile_id:
|
|
type: string
|
|
format: uuid
|
|
ne_attribute_id:
|
|
type: string
|
|
format: uuid
|
|
relationship_type:
|
|
type: string
|
|
enum: [owner, contributor] |