Schema

The Json Schema

Following schema gives an overview of the schema being used by MuiForms.
Please check how to read a json schema defintion here: Json Schema (opens in a new tab)

{
$schema
:
"http://json-schema.org/draft-04/schema#"
type
:
"object"
title
:
"MuiForm Schema"
description
:
"JSON schema definition used in MuiForm"
properties
:
{
fields
:
{
type
:
"array"
items
:
[
0
:
{
type
:
"object"
properties
:
{
…
}
required
:
[
…
]
}
]
}
}
required
:
[
0
:
"fields"
]
}

Star us at github

© Copyright 2023 MuiForms