Configure parameters for your API or SDK documentation.
Fields 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.
Use the <Field> component to declare API or SDK parameters, or define the return values of an API.
Example definition of a parameter field.
<Field value="param" type="string" required>
Example definition of a parameter field.
</Field>The name of the field.
The type of the field.
Whether the field is required.