JsonSchema:MetaSchema/Field

JsonSchema:MetaSchema/Field

From Wikisphere
Revision as of 00:00, 15 January 2001 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"