[config] title: My App description: A sample schema [interface User] id: int name: string @label="Full Name" email: string @placeholder="[email protected]" admin: bool = false [enum Role] admin, editor ...