README.md files added documenting the metadata dependencies and usage
All checks were successful
gl/check check status: success (a47e2a9d87081c668fcb5b5ce9d90bd52c14018f)

This commit is contained in:
2025-06-11 08:02:59 +00:00
parent f0db6132bb
commit a47e2a9d87
4 changed files with 181 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 📁 service_categories/
Contains the list of service category definitions. These categories help group services (e.g., "Application", "Database").
## 🔧 Example: `application.yaml`
```yaml
name: application
title: Application
```
## Parameter Reference
| Field | Type | Description |
| ------- | ------ | ------------------------------------- |
| `name` | string | Internal identifier for the category. |
| `title` | string | Display name used in UIs. |