Skip to content

Commit eb9716f

Browse files
committed
CXP-1334: add title and description to uuid property
1 parent c68e896 commit eb9716f

File tree

1 file changed

+2
-0
lines changed
  • content/mapping/product/0.0.2

1 file changed

+2
-0
lines changed

content/mapping/product/0.0.2/schema

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"uuidProperty": {
6262
"type": "object",
6363
"properties": {
64+
"title": { "$ref": "#/$defs/title" },
65+
"description": { "$ref": "#/$defs/description" },
6466
"type": { "const": "string" }
6567
},
6668
"additionalProperties": false,

0 commit comments

Comments
 (0)