Files
supabase/studio/stores/jsonSchema/projects.json
Joshen Lim 9373f69220 Studio 🎙
2021-11-26 11:15:00 +05:30

84 lines
1.4 KiB
JSON

{
"type": "object",
"required": [
"id",
"inserted_at",
"updated_at",
"organization_id",
"name",
"db_host",
"db_name",
"db_user",
"db_pass",
"db_port",
"db_ssl",
"ref"
],
"properties": {
"badge": {
"title": "Badge",
"type": "string"
},
"db_host": {
"title": "Db Host",
"type": "string"
},
"db_name": {
"title": "Db Name",
"type": "string"
},
"db_pass": {
"title": "Db Pass",
"type": "string"
},
"db_port": {
"title": "Db Port",
"type": "number"
},
"db_schema": {
"title": "Db Schema",
"type": "string"
},
"db_ssl": {
"title": "Db Ssl",
"type": "boolean"
},
"db_user": {
"title": "Db User",
"type": "string"
},
"id": {
"title": "Id",
"type": "number"
},
"inserted_at": {
"title": "Inserted At",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"organization_id": {
"title": "Organization Id",
"type": "number"
},
"ref": {
"title": "Ref",
"type": "string"
},
"stripe_subscription_id": {
"title": "Stripe Subscription Id",
"type": "string"
},
"supabase_url": {
"title": "Supabase Url",
"type": "string"
},
"updated_at": {
"title": "Updated At",
"type": "string"
}
}
}