Skip to content

Commit 4d23f5d

Browse files
authored
Fix ui.package_description example (#4146)
1 parent 2f7d654 commit 4d23f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Catalog/Preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ui:
103103

104104
```yaml
105105
ui:
106-
packages:
106+
package_description:
107107
# match all packages
108108
.*:
109109
# show the message

shared/schemas/bucketConfig.yml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"items": {
206206
"type": "string",
207207
"description": "JSONPath to string or array of strings inside user_meta",
208-
"examples": ["$.key", "$.metaKeyParent.metaKeyChild"]
208+
"examples": ["$.key", "$.metaKeyParent.metaKeyChild", "$[key with a space]", "$..*"]
209209
}
210210
}
211211
}

0 commit comments

Comments
 (0)