schema-components - v3.7.0
    Preparing search index...

    Function withoutKeys

    • Return a copy of the schema without the specified keys. Used to strip composition keywords before walking the base schema.

      Parameters

      • schema: Record<string, unknown>
      • keys: string[]

      Returns Record<string, unknown>