Skip to content

Commit 95ce17f

Browse files
committed
chore: Improves atributes descriptions
1 parent 5723e20 commit 95ce17f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

packages/core/cms/faststore/content-types.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@
9292
"title": "Canonical url for the page",
9393
"type": "string"
9494
},
95+
"name": {
96+
"title": "Name",
97+
"type": "string"
98+
},
99+
"publisherId": {
100+
"title": "Publisher ID",
101+
"description": "A unique identifier used to reference the publisher. This can be a descriptive value (e.g., `#organization`) or a full URL (e.g., `https://example.com/publisher`).",
102+
"type": "string"
103+
},
95104
"organization": {
96105
"title": "Organization",
97106
"type": "object",
@@ -108,7 +117,8 @@
108117
"default": "VTEX Commerce"
109118
},
110119
"id": {
111-
"title": "ID",
120+
"title": "Organization ID",
121+
"description": "A unique reference for the organization. This can be a descriptive value (e.g., #organization) or a full URL (e.g.,https://example.com/organization).",
112122
"type": "string"
113123
},
114124
"url": {
@@ -147,7 +157,7 @@
147157
},
148158
"id": {
149159
"title": "Organization image ID",
150-
"description": "A unique identifier for the image. E.g.: #logo",
160+
"description": "A unique reference for the image. This can be a descriptive value (e.g., #logo) or a full URL (e.g.,https://example.com/logo).",
151161
"type": "string"
152162
}
153163
}
@@ -189,15 +199,6 @@
189199
}
190200
}
191201
}
192-
},
193-
"name": {
194-
"title": "Name",
195-
"type": "string"
196-
},
197-
"publisherId": {
198-
"title": "Publisher ID",
199-
"description": "Uses to identifier to reference the publisher. E.g.: #website",
200-
"type": "string"
201202
}
202203
}
203204
}

0 commit comments

Comments
 (0)