Files
api-specs/nerm/schemas/PATCH/UserProfiles.yaml
2023-05-12 15:35:08 -04:00

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]