be less nice

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-08-23 15:35:38 +02:00
parent 13dc3735cc
commit 8c9f443cb9
3 changed files with 5 additions and 5 deletions
@@ -247,8 +247,8 @@ i.e. not Backstage specific but the same as in Kubernetes.
### `title` [optional]
A nice display name of the entity, to be presented in user interfaces instead of
the `name` property above, when available.
A display name of the entity, to be presented in user interfaces instead of the
`name` property above, when available.
This field is sometimes useful when the `name` is cumbersome or ends up being
perceived as overly technical. The title generally does not have as stringent
+2 -2
View File
@@ -119,8 +119,8 @@ export type EntityMeta = JsonObject & {
namespace?: string;
/**
* A nice display name of the entity, to be presented in user interfaces
* instead of the `name` property above, when available.
* A display name of the entity, to be presented in user interfaces instead
* of the `name` property above, when available.
*
* This field is sometimes useful when the `name` is cumbersome or ends up
* being perceived as overly technical. The title generally does not have
@@ -55,7 +55,7 @@
},
"title": {
"type": "string",
"description": "A nice display name of the entity, to be presented in user interfaces instead of the name property, when available.",
"description": "A display name of the entity, to be presented in user interfaces instead of the name property, when available.",
"examples": ["React SSR Template"],
"minLength": 1
},