interface JJsonFormSchemas {
    schema: null | JFormSchemaJMC;
    uiSchema: undefined | FormNodeVertical;
}

Properties

Properties

schema: null | JFormSchemaJMC
uiSchema: undefined | FormNodeVertical