Add support for descriptive name to projects (#3591)

* add support for descriptive name to projects

* boilerplate

* fmt
This commit is contained in:
Ludovico Magnocavallo
2025-12-12 09:06:47 +01:00
committed by GitHub
parent dcb781c97e
commit ab0f55216a
19 changed files with 52 additions and 9 deletions

View File

@@ -353,6 +353,9 @@
"name": {
"type": "string"
},
"descriptive_name": {
"type": "string"
},
"org_policies": {
"type": "object",
"additionalProperties": false,

View File

@@ -111,6 +111,7 @@
- **metric_scopes**: *array*
- items: *string*
- **name**: *string*
- **descriptive_name**: *string*
- **org_policies**: *object*
<br>*additional properties: false*
- **`^[a-z]+\.`**: *object*