Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 21
Next »
DRAFT
Schema
Examples
Services - Service Groups relations example
Composite Service example - TBC
Data Model
Service
Name | Type | M/O | Description |
---|
id | UUID | M |
|
code | string | M |
|
name | string | M |
|
is_active | boolean | M |
|
parent_id | UUID | O | for future use (composition_id) |
category | string | M | enum |
is_composition | boolean | M | for future use |
request_allowed | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|
Service group
Name | Type | M/O | Description |
---|
id | UUID | M |
|
code | string | M |
|
name | string | M |
|
is_active | boolean | M |
|
parent_id | UUID | O |
|
request_allowed | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|
Service in group
Name | Type | M/O | Description |
---|
id | UUID | M |
|
service_id | UUID | M |
|
group_id | UUID | M |
|
alias | string | O |
|
is_active | boolean | M |
|
inserted_at | datetime | M |
|
inserted_by | datetime | M |
|
updated_at | datetime | M |
|
updated_by | datetime | M |
|