This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 9e5644e5 improve schema for blueprint import
9e5644e5 is described below
commit 9e5644e5d400fbe37fd98f6f83272e5ef1e99771
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Oct 3 18:38:49 2022 +0100
improve schema for blueprint import
---
ui-modules/utils/yaml-editor/addon/schemas/catalog-item-inline.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/ui-modules/utils/yaml-editor/addon/schemas/catalog-item-inline.json
b/ui-modules/utils/yaml-editor/addon/schemas/catalog-item-inline.json
index 69958928..7c72ae54 100644
--- a/ui-modules/utils/yaml-editor/addon/schemas/catalog-item-inline.json
+++ b/ui-modules/utils/yaml-editor/addon/schemas/catalog-item-inline.json
@@ -44,9 +44,9 @@
},
"itemType": {
"title": "Catalog item type",
- "description": "The type of the item being defined. The supported item
types are: 'template', 'entity', 'policy', 'enricher' or 'location'",
+ "description": "The type of the item being defined. The supported item
types are: 'template', 'entity', 'policy', 'enricher', 'location', or 'bean'",
"type": "string",
- "enum": [ "template", "entity", "policy", "enricher", "location" ]
+ "enum": [ "template", "entity", "policy", "enricher", "location", "bean"
]
},
"name": {
"title": "Catalog item name",