issues
search
Sage-Bionetworks
/
rocc-schemas
OpenAPI specification of the Registry of Open Community Challenges
Apache License 2.0
0
stars
0
forks
source link
Refactor ROCC schemas
#152
Closed
tschaffter
closed
3 years ago
tschaffter
commented
3 years ago
Update
Introduce the schema
Account
.
The schemas
User
and
Organization
are now extending
Account
.
All schema have now an
id
property that takes MongoDB ObjectId values.
Will put more thoughts into the schemas
Grant
and
Person
when needed.
Updated paths, mainly for getting and manipulating challenges.
Update
Account
.User
andOrganization
are now extendingAccount
.id
property that takes MongoDB ObjectId values.Grant
andPerson
when needed.