Framework
getUnknownFields()
Function: getUnknownFields()
function getUnknownFields(data, schema): string[]Get field names that are unknown (not in schema).
Parameters
| Parameter | Type | Description |
|---|---|---|
data | Record<string, unknown> | Input data |
schema | NormalizedSchema | Normalized schema |
Returns
string[]
Array of unknown field names
