Function generateDefaultUISchema

  • Generate a default UI schema.

    Parameters

    • jsonSchema: JsonSchema

      the JSON schema to generated a UI schema for

    • layoutType: string = 'VerticalLayout'

      the desired layout type for the root layout of the generated UI schema

    • prefix: string = '#'
    • rootSchema: JsonSchema = jsonSchema

    Returns UISchemaElement

Generated using TypeDoc