rationalize prefix handling for project factory automation resources (#3345)

This commit is contained in:
Ludovico Magnocavallo
2025-09-21 21:07:28 +02:00
committed by GitHub
parent 0103c64457
commit d0e2a54948
7 changed files with 97 additions and 41 deletions

View File

@@ -530,6 +530,10 @@
"name": {
"type": "string"
},
"create": {
"type": "boolean",
"default": true
},
"description": {
"type": "string"
},