5 lines
269 B
YAML
5 lines
269 B
YAML
|
test_setting:
|
||
|
default: ""
|
||
|
description: "A JSON schema field type"
|
||
|
json_schema: '{ "type": "array", "uniqueItems": true, "items": { "type": "object", "properties": { "color": { "type": "string" }, "icon": { "type": "string" } }, "additionalProperties": false } }'
|