Skip to content

Commit bcdc533

Browse files
authored
Update listing_config_schema.json
1 parent f73c62c commit bcdc533

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.ci/listing_config_schema.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@
5252
"type": "string"
5353
},
5454
"keywords" : {
55-
"type": "object"
55+
"type": "array",
56+
"items": {
57+
"type": "string"
58+
},
59+
"maxLength": 3
5660
},
5761
"listing_contacts" : {
5862
"type": "list"

0 commit comments

Comments
 (0)