|
object @invitation
|
|
|
|
attributes :id, :join_request_id
|
|
|
|
child(:sender => :sender) {
|
|
attributes :id, :name
|
|
}
|
|
|
|
child(:receiver => :receiver) {
|
|
attributes :id, :name
|
|
}
|
|
|
|
child(:music_session) {
|
|
attributes :id, :description
|
|
}
|
|
|
|
child(:join_request) {
|
|
attributes :id
|
|
}
|
|
|
|
|