Get Nuwax OpenUI authoring reference
nuwax_get_openui_referenceRetrieve the OpenUI contract to prevent guessing UI syntax. Use guide for component signatures and examples, schema for JSON Schema, and select basic, dashboard, or form profile.
Instructions
Get the authoritative OpenUI Lang contract before creating a complex Nuwax UI. Use format=guide for syntax, component signatures, and examples; use format=schema for the complete renderer-generated JSON Schema. Use this instead of guessing syntax or searching local package files. Choose dashboard for tables/charts, form for inputs, basic for cards/content, and all only as a fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Use guide for authoring instructions, component signatures, and examples. Use schema for the complete renderer-generated JSON Schema. | guide |
| profile | No | Component reference to return: basic for cards/content, dashboard for tables/charts, form for inputs/actions, all only when the other profiles are insufficient. | basic |