mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 04:19:14 +00:00
14 lines
252 B
YAML
14 lines
252 B
YAML
type: object
|
|
properties:
|
|
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] |