SurveyBuilderLinear

From Wikisphere
Jump to navigation Jump to search
$schema"https://json-schema.org/draft/2020-12/schema"
title"Survey Builder"
description""
type"object"
x-layout"default"
x-value-converter"survey"
definitions
cell
title"Data Cell"
oneOf
title"radio"
const"radio"
title"checkbox"
const"checkbox"
type"object"
title"matrix"
description"Configuration for data cells"
properties
type
type"string"
enum
"number"
"string"
default"number"
input
type"string"
x-input-config
type"object"
compacttrue
x-collapsibletrue
description"Configuration options passed to the selected input widget"
x-watch"input"
links
rel"describedBy"
href"JsonSchema:MetaSchema/InputOptions#/definitions/{{input}}"
allOf
if
properties
type
const"number"
required
"type"
then
properties
input
enum
"OO.ui.NumberInputWidget"
"RangeWidget"
if
properties
type
const"string"
required
"type"
then
properties
input
enum
"OO.ui.TextInputWidget"
item
type"object"
properties
name
type"string"
title"Row Name"
minLength1
description""
x-format"text"
x-input"OO.ui.TextInputWidget"
x-input-config
Empty object
title
type"string"
title"Row Title"
description"Display title for the row"
x-format"text"
x-input"OO.ui.TextInputWidget"
x-input-config
Empty object
required
"name"
title""
description""
x-layout"default"
x-collapsiblefalse
properties
items
type"array"
x-layout"tabs"
description"Each item represents a level of the survey, from outer to inner. Each level includes both rows and columns."
items
type"object"
properties
rows
type"array"
items
$ref"#/definitions/item"
type"object"
title""
description""
properties
Empty object
required
Empty array
x-layout"default"
title""
description""
x-layout"booklet"
minItems1
x-collapsibletrue
columns
type"array"
items
$ref"#/definitions/item"
type"object"
title""
description""
properties
Empty object
required
Empty array
x-layout"default"
title""
description""
x-layout"booklet"
minItems1
x-collapsibletrue
required
Empty array
title""
description""
x-layout"default"
cell
$ref"#/definitions/cell"
required
"items"
"cell"
$id"http://127.0.0.1/mediawiki-1.44.0/index.php/JsonSchema:SurveyBuilder_b"