export declare const fieldsMdxTemplate = "---\ntitle: \"Fields\"\ndescription: \"Configure parameters for your API or SDK documentation.\"\ndate: \"2026-02-19\"\ncategory: \"Components\"\ncategoryOrder: 1\norder: 19\n---\n# Fields\n\nConfigure parameters for your API or SDK documentation.\n\nFields allow you to describe both the **inputs** (parameters) and **outputs** (responses) of your API. The main field component is available: `Field` for parameters and for responses.\n\n## Fields Usage\n\nUse the `` component to declare API or SDK parameters, or define the return values of an API.\n\n\n Example definition of a parameter field.\n\n\n```html\n\n Example definition of a parameter field.\n\n```\n\n## Properties\n\n\n The name of the field.\n\n\n\n The type of the field.\n\n\n\n Whether the field is required.\n";