Removes properties that are of primitive types from an object of JSONSchema7 properties.

  • Parameters

    • properties: { [key: string]: JSONSchema7Definition }

      The properties to filter out.

    Returns { [k: string]: JSONSchema7Definition }

    An object containing only the properties that are not primitive types.