Skip to content

Commit 41c93ce

Browse files
authored
define "labels" as property for strings, fixes #255
1 parent c7d6633 commit 41c93ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

schemas/field.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,13 @@
165165
"additionalProperties": { "type": "string" }
166166
},
167167
"placeholders": {
168-
"description": "Translatable placeholders (address only).",
168+
"description": "Translatable placeholders of fields with subfields (address only).",
169+
"type": "object",
170+
"minProperties": 1,
171+
"additionalProperties": { "type": "string" }
172+
},
173+
"labels": {
174+
"description": "Translatable labels of fields with subfields (address only).",
169175
"type": "object",
170176
"minProperties": 1,
171177
"additionalProperties": { "type": "string" }

0 commit comments

Comments
 (0)