ObjectProperties: Record<string, Partial<Schema>> & {
    allOf?: ObjectProperties[];
    anyOf?: ObjectProperties[];
    else?: ObjectProperties;
    if?: ObjectProperties;
    then?: ObjectProperties;
}

Type declaration