JsonSchema:MetaSchema/Field

JsonSchema:MetaSchema/Field

From Wikisphere
Jump to navigation Jump to search
$schema"https://json-schema.org/draft/2020-12/schema"
title"Field"
type"object"
properties
name
type"string"
title
type"string"
visibility
type"string"
enum
"visible"
"hidden"
"readonly"
"disabled"
default"visible"
label
type"string"
helpMessage
type"string"
type
type"string"
enum
"string"
"number"
"integer"
"boolean"
default"string"
format
type"string"
enum
""
"email"
"uri"
"date"
"time"
"date-time"
default""
multiple
type"boolean"
defaultfalse
input
type"string"
enum
"text"
"textarea"
"select"
"radio"
"checkbox"
"number"
default"text"
defaultValue
type
"string"
"number"
"boolean"
"null"
required
"name"
"type"