mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 00:14:35 +08:00
23 lines
380 B
JSON
23 lines
380 B
JSON
{
|
|
"type": "object",
|
|
"required": ["id", "is_owner"],
|
|
"properties": {
|
|
"id": {
|
|
"title": "Id",
|
|
"type": "number"
|
|
},
|
|
"is_owner": {
|
|
"title": "Is Owner",
|
|
"type": "boolean"
|
|
},
|
|
"organization_id": {
|
|
"title": "Organization Id",
|
|
"type": "number"
|
|
},
|
|
"user_id": {
|
|
"title": "User Id",
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|