README.md files added documenting the metadata dependencies and usage
All checks were successful
gl/check check status: success (a47e2a9d87081c668fcb5b5ce9d90bd52c14018f)
All checks were successful
gl/check check status: success (a47e2a9d87081c668fcb5b5ce9d90bd52c14018f)
This commit is contained in:
17
otc_metadata/data/service_categories/README.md
Normal file
17
otc_metadata/data/service_categories/README.md
Normal 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. |
|
Reference in New Issue
Block a user