Skip to content

Commit a85db58

Browse files
committed
Give symbology schemas titles
1 parent 1a55a39 commit a85db58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/schema/src/schema/project/layers/symbology/vectorColor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"type": "object",
2+
"title": "IVectorColor",
33
"description": "The state of the layer's color symbology options (fill color, stroke color etc.)",
4+
"type": "object",
45
"required": ["renderType"],
56
"additionalProperties": false,
67
"properties": {

packages/schema/src/schema/project/layers/symbology/vectorSize.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"type": "object",
2+
"title": "IVectorSize",
33
"description": "The state of the layer's size symbology options (radius, line thickness etc.)",
4+
"type": "object",
45
"required": ["renderType"],
56
"additionalProperties": false,
67
"properties": {

0 commit comments

Comments
 (0)