LogoRobo.js
Framework

getUnknownFields()

Function: getUnknownFields()

function getUnknownFields(data, schema): string[]

Get field names that are unknown (not in schema).

Parameters

ParameterTypeDescription
dataRecord<string, unknown>Input data
schemaNormalizedSchemaNormalized schema

Returns

string[]

Array of unknown field names

On this page