| Field | +Type | +Required | +Default | +Description | +
|---|---|---|---|---|
+ {row.path}
+ |
+
+ {row.type}
+ |
+ {row.required ? "Yes" : ""} | +
+ {row.default === undefined ? (
+ "-"
+ ) : (
+
+ {typeof row.default === "string"
+ ? `"${row.default}"`
+ : `${row.default}`}
+
+ )}
+ |
+ {row.description || "—"} | +