Platform Definitions
Service: arkos-platform-api
Table: platform_definitions
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
slug | string | yes | - | unique |
name | string | yes | - | - |
description | text | no | - | - |
version | string | no | - | - |
status | enum | no | - | enum: draft, published, deprecated, archived |
owner_account_id | uuid | no | - | - |
is_licensable | boolean | no | - | - |
license_type | enum | no | - | enum: internal, exclusive, non_exclusive |
license_terms | jsonb | no | - | - |
default_deployment_mode | enum | no | - | enum: saas, self_hosted, hybrid |
default_services | jsonb | no | - | - |
default_portal_ids | jsonb | no | - | - |
default_tenant_policy | jsonb | no | - | - |
default_limits | jsonb | no | - | - |
default_branding | jsonb | no | - | - |
metadata | jsonb | no | - | - |
foundation_bundle_ids | jsonb | no | - | - |
available_bundle_ids | jsonb | no | - | - |
default_module_slugs | jsonb | no | - | - |
created_by | string | no | - | - |
published_at | timestamp | no | - | - |
deprecated_at | timestamp | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |