Skip to content

Commit c68e896

Browse files
committed
CXP-1334: uuid in app JSON schema is required
1 parent 11a23a1 commit c68e896

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

content/mapping/product/0.0.2/schema

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"uuid": { "$ref": "#/$defs/uuidProperty" }
1717
},
1818
"additionalProperties": { "$ref": "#/$defs/property" },
19-
"default": {}
19+
"default": {},
20+
"required": ["uuid"]
2021
}
2122
},
2223
"$defs": {

0 commit comments

Comments
 (0)