GS2-Formation
Master Data Definition Reference
Master Data Reference
{
"version": "2019-09-09",
"moldModels": [
{
"name": "[string]Form Model Name",
"metadata": "[string?]metadata",
"initialMaxCapacity": "[int]Initial capacity to store forms",
"maxCapacity": "[int]Maximum capacity to store forms",
{
}
}
],
"formModels": [
{
"name": "[string]Form Name",
"metadata": "[string?]metadata",
"slots": [
{
"name": "[string]Slot model name",
"propertyRegex": "[string]Regular expressions for values that can be set as properties",
"metadata": "[string?]metadata"
}
]
}
]
}
Type | Require | Default | Limitation | Description | |
---|---|---|---|---|---|
version | ✓ | 2019-09-09 | Format version of master data | ||
moldModels | MoldModel[] | ||||
formModels | FormModel[] |