-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
join two schemas #452
Closed
Labels
Comments
@srprasanna @holashchand Here are my observations -
can you please add your comments on these. Thanks! |
Unable to update the exiting PR linked to this ticket so attaching the new PR here - Sunbird-RC/sunbird-rc-core#277 |
github-project-automation
bot
moved this from In review
to Released
in Sunbird RC Roadmap 2023-24
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
join two schemas while adding an entity
an entity can refer to another entity being already created
for eg
Teacher
{
"name": "Deepak Rana"
}
assume the osid of this teacher to be 123-123
student can refer to this entity in the following way
Student
{
"name": "Chaitanya Pandit"
"references": "did:Teacher:123-123"
}
when we search for student, the referred entity i.e Teacher will also be returned in response
The text was updated successfully, but these errors were encountered: