docs: fix type in json schema

This commit is contained in:
Elio Struyf 2022-03-10 21:08:19 +01:00 committed by Jan De Dobbeleer
parent 1e3937f5f2
commit dcebe5abe6

View file

@ -149,7 +149,7 @@ At `$.definitions.segment.allOf`, add your segment details:
"properties": { "properties": {
"properties": { "properties": {
"newprop": { "newprop": {
"type": "boolean", "type": "string",
"title": "New Property", "title": "New Property",
"description": "the default text to display", "description": "the default text to display",
"default": "Hello" "default": "Hello"