<ResponseField name="user" type="User Object">
  <Expandable title="properties">
    <ResponseField name="full_name" type="string">
      The full name of the user
    </ResponseField>

    <ResponseField name="is_over_21" type="boolean">
      Whether the user is over 21 years old
    </ResponseField>
  </Expandable>
</ResponseField>
user
User Object
<ResponseField name="user" type="User Object">
  <Expandable title="properties">
    <ResponseField name="full_name" type="string">
      The full name of the user
    </ResponseField>

    <ResponseField name="is_over_21" type="boolean">
      Whether the user is over 21 years old
    </ResponseField>
  </Expandable>
</ResponseField>

Props

title
string

El nombre del objeto que estás mostrando. Se usa para generar el texto “Mostrar NOMBRE” y “Ocultar NOMBRE”.

defaultOpen
boolean
default:"false"

Establece en true para mostrar el componente como abierto cuando la página se carga.