ApiSchemas
Role
One shape from the contract, as it appears on the wire.
Used by auth.me, organizations.list
Referenced from OrganizationMembership
JSON Schema
{
"type": "string",
"enum": [
"owner",
"admin",
"member",
"viewer"
]
}