mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 07:14:28 +08:00
31 lines
560 B
JSON
31 lines
560 B
JSON
{
|
|
"type": "object",
|
|
"required": ["id", "inserted_at", "updated_at", "name"],
|
|
"properties": {
|
|
"config_schema": {
|
|
"title": "Config Schema",
|
|
"type": "object"
|
|
},
|
|
"description": {
|
|
"title": "Description",
|
|
"type": "string"
|
|
},
|
|
"id": {
|
|
"title": "Id",
|
|
"type": "number"
|
|
},
|
|
"inserted_at": {
|
|
"title": "Inserted At",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"title": "Name",
|
|
"type": "string"
|
|
},
|
|
"updated_at": {
|
|
"title": "Updated At",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|