JsonSchema:MetaSchema/Field
JsonSchema:MetaSchema/Field
From Wikisphere
(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 | |
|---|
| title | |
|---|
| visibility | | type | "string" |
|---|
| enum | | "visible" |
| "hidden" |
| "readonly" |
| "disabled" |
|
|---|
| default | "visible" |
|---|
|
|---|
| label | |
|---|
| helpMessage | |
|---|
| type | | type | "string" |
|---|
| enum | | "string" |
| "number" |
| "integer" |
| "boolean" |
|
|---|
| default | "string" |
|---|
|
|---|
| format | | type | "string" |
|---|
| enum | | "" |
| "email" |
| "uri" |
| "date" |
| "time" |
| "date-time" |
|
|---|
| default | "" |
|---|
|
|---|
| multiple | | type | "boolean" |
|---|
| default | false |
|---|
|
|---|
| input | | type | "string" |
|---|
| enum | | "text" |
| "textarea" |
| "select" |
| "radio" |
| "checkbox" |
| "number" |
|
|---|
| default | "text" |
|---|
|
|---|
| defaultValue | | type | | "string" |
| "number" |
| "boolean" |
| "null" |
|
|---|
|
|---|
|
|---|
| required | |
|---|